Html Css Color HEX #C48838 Pizza

📋 copy color: '#C48838'

red 196 ◦ green 136 ◦ blue 56

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

Shades of Pizza #C48838

Tints of Pizza #C48838

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 14.43%

R = 50.52%
G = 35.05%
B = 14.43%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.71

 K value IS 0.23

RGB Variations

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

Color information

#C48838 (or 0xC48838) is known color: Pizza. HEX triplet: C4, 88 and 38. RGB value is (196,136,56). Sum of RGB (Red+Green+Blue) = 196+136+56=388 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.52% from 388); Green value is 136 (53.52% from 255 or 35.05% from 388); Blue value is 56 (22.27% from 255 or 14.43% from 388); Max value from RGB is 196 - color contains mainly: red. Hex color #C48838 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48838 is #3B77C7. Grayscale: #919191. Windows color (decimal): -3897288 or 3705028. OLE color: 3705028.

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

Color convert

RGB 196 136 56 -
CMYK 0 0.31 0.71 0.23
HSL 34.29º 0.56% 0.49% -
HSV(B) 34.29º 0.71% 0.77% -
XYZ 32.28 29.63 7.76 -
YUV 144.82 77.88 164.5 -
System Red Green Blue C M Y K H S L
Decimal 196 136 56 0 0.31 0.71 0.23 34.29 0.56 0.49
Hex C4 88 38 0 1F 47 17 22 38 31
Octal 304 210 70 0 37 107 27 42 70 61
Binary 11000100 10001000 111000 0 11111 1000111 10111 100010 111000 110001

Color Harmonies of #C48838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48838

Black with #C48838

Text Example


Text Example

White with #C48838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48838; }

 p { color: rgb(196,136,56); }

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

background-color css

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

 a { background-color: rgb(196,136,56); }

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

border-color css

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

 span { border-color: rgb(196,136,56); }

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