Html Css Color HEX #C48839 Pizza

📋 copy color: '#C48839'

red 196 ◦ green 136 ◦ blue 57

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

Shades of Pizza #C48839

Tints of Pizza #C48839

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 14.65%

R = 50.39%
G = 34.96%
B = 14.65%

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

#C48839 (or 0xC48839) is known color: Pizza. HEX triplet: C4, 88 and 39. RGB value is (196,136,57). Sum of RGB (Red+Green+Blue) = 196+136+57=389 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.39% from 389); Green value is 136 (53.52% from 255 or 34.96% from 389); Blue value is 57 (22.66% from 255 or 14.65% from 389); Max value from RGB is 196 - color contains mainly: red. Hex color #C48839 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48839 is #3B77C6. Grayscale: #919191. Windows color (decimal): -3897287 or 3770564. OLE color: 3770564.

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

Color convert

RGB 196 136 57 -
CMYK 0 0.31 0.71 0.23
HSL 34.1º 0.55% 0.5% -
HSV(B) 34.1º 0.71% 0.77% -
XYZ 32.31 29.64 7.89 -
YUV 144.93 78.38 164.42 -
System Red Green Blue C M Y K H S L
Decimal 196 136 57 0 0.31 0.71 0.23 34.1 0.55 0.5
Hex C4 88 39 0 1F 47 17 22 37 32
Octal 304 210 71 0 37 107 27 42 67 62
Binary 11000100 10001000 111001 0 11111 1000111 10111 100010 110111 110010

Color Harmonies of #C48839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48839

Black with #C48839

Text Example


Text Example

White with #C48839

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48839; }

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

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

background-color css

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

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

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

border-color css

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

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

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