Html Css Color HEX #C48937 Pizza

📋 copy color: '#C48937'

red 196 ◦ green 137 ◦ blue 55

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

Shades of Pizza #C48937

Tints of Pizza #C48937

RGB

 RED value IS 196 (76.95% from 255) = 50.52%

 GREEN value IS 137 (53.91% from 255) = 35.31%

 BLUE value IS 55 (21.88% from 255) = 14.18%

R = 50.52%
G = 35.31%
B = 14.18%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.72

 K value IS 0.23

RGB Variations

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

Color information

#C48937 (or 0xC48937) is known color: Pizza. HEX triplet: C4, 89 and 37. RGB value is (196,137,55). Sum of RGB (Red+Green+Blue) = 196+137+55=388 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.52% from 388); Green value is 137 (53.91% from 255 or 35.31% from 388); Blue value is 55 (21.88% from 255 or 14.18% from 388); Max value from RGB is 196 - color contains mainly: red. Hex color #C48937 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48937 is #3B76C8. Grayscale: #919191. Windows color (decimal): -3897033 or 3639748. OLE color: 3639748.

HSL color Cylindrical-coordinate representation of color #C48937: hue angle of 34.89º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C48937 is Cyan = 0, Magento = 0.30, Yellow = 0.72 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 137 55 -
CMYK 0 0.30 0.72 0.23
HSL 34.89º 0.56% 0.49% -
HSV(B) 34.89º 0.72% 0.77% -
XYZ 32.4 29.9 7.68 -
YUV 145.29 77.05 164.17 -
System Red Green Blue C M Y K H S L
Decimal 196 137 55 0 0.30 0.72 0.23 34.89 0.56 0.49
Hex C4 89 37 0 1E 48 17 23 38 31
Octal 304 211 67 0 36 110 27 43 70 61
Binary 11000100 10001001 110111 0 11110 1001000 10111 100011 111000 110001

Color Harmonies of #C48937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48937

Black with #C48937

Text Example


Text Example

White with #C48937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48937; }

 p { color: rgb(196,137,55); }

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

background-color css

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

 a { background-color: rgb(196,137,55); }

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

border-color css

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

 span { border-color: rgb(196,137,55); }

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