Html Css Color HEX #C3883B Pizza

📋 copy color: '#C3883B'

red 195 ◦ green 136 ◦ blue 59

#C3883B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pizza #C3883B

Tints of Pizza #C3883B

RGB

 RED value IS 195 (76.56% from 255) = 50%

 GREEN value IS 136 (53.52% from 255) = 34.87%

 BLUE value IS 59 (23.44% from 255) = 15.13%

R = 50%
G = 34.87%
B = 15.13%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.70

 K value IS 0.24

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C3883B (or 0xC3883B) is known color: Pizza. HEX triplet: C3, 88 and 3B. RGB value is (195,136,59). Sum of RGB (Red+Green+Blue) = 195+136+59=390 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50% from 390); Green value is 136 (53.52% from 255 or 34.87% from 390); Blue value is 59 (23.44% from 255 or 15.13% from 390); Max value from RGB is 195 - color contains mainly: red. Hex color #C3883B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3883B is #3C77C4. Grayscale: #919191. Windows color (decimal): -3962821 or 3901635. OLE color: 3901635.

HSL color Cylindrical-coordinate representation of color #C3883B: hue angle of 33.97º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C3883B is Cyan = 0, Magento = 0.30, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 136 59 -
CMYK 0 0.30 0.70 0.24
HSL 33.97º 0.54% 0.5% -
HSV(B) 33.97º 0.7% 0.76% -
XYZ 32.1 29.53 8.14 -
YUV 144.86 79.55 163.76 -
System Red Green Blue C M Y K H S L
Decimal 195 136 59 0 0.30 0.70 0.24 33.97 0.54 0.5
Hex C3 88 3B 0 1E 46 18 22 36 32
Octal 303 210 73 0 36 106 30 42 66 62
Binary 11000011 10001000 111011 0 11110 1000110 11000 100010 110110 110010

Color Harmonies of #C3883B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3883B

Black with #C3883B

Text Example


Text Example

White with #C3883B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3883B; }

 p { color: rgb(195,136,59); }

 H1.HeaderClassName
 {
   color: #C3883B;
 }
 .AnyTagClassName
 {
   color: #C3883B;
 }
</style>

background-color css

<style>
 a { background-color: #C3883B; }

 a { background-color: rgb(195,136,59); }

 div.DivClassName
 {
   background-color: #C3883B;
 }
 .BgClassName
 {
   background-color: #C3883B;
 }
</style>

border-color css

<style>
 span { border-color: #C3883B; }

 span { border-color: rgb(195,136,59); }

 td.TdClassName
 {
   border-color: #C3883B;
 }
 .TagClassName
 {
   border-color: #C3883B;
 }
</style>