#C4B39E

Color #C4B39E Sour Dough (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sour Dough #C4B39E

Tints of Sour Dough #C4B39E

Color information

#C4B39E (or 0xC4B39E) is unknown color: approx Sour Dough. HEX triplet: C4, B3 and 9E. RGB value is (196,179,158). Sum of RGB (Red+Green+Blue) = 196+179+158=533 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.77% from 533); Green value is 179 (70.31% from 255 or 33.58% from 533); Blue value is 158 (62.11% from 255 or 29.64% from 533); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B39E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4B39E is #3B4C61. Grayscale: #B5B5B5. Windows color (decimal): -3886178 or 10400708. OLE color: 10400708.

HSL color Cylindrical-coordinate representation of color #C4B39E: hue angle of 33.16º degrees, saturation: 0.24, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C4B39E is Cyan = 0, Magento = 0.09, Yellow = 0.19 and Black (K on CMYK) = 0.23.

Color convert

RGB196179158-
CMYK00.090.190.23
HSL33.16º24.36%69.41%-
HSV(B)33.16º19.39%76.86%-
XYZ45.0646.4438.94-
YUV181.69114.63138.21-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.77%
GREEN value IS 179 (70.31% from 255) = 33.58%
BLUE value IS 158 (62.11% from 255) = 29.64%
R=36.77%
G=33.58%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.19
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617915800.090.190.2333.1624.3669.41
HexC4B39E091317211845
Octal30426323601123274130105
Binary110001001011001110011110010011001110111100001110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B39E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B39E; }

 p { color: rgb(196,179,158); }

 H1.HeaderClassName
 {
   color: #C4B39E;
 }
 .AnyTagClassName
 {
   color: #C4B39E;
 }
</style>
background-color css

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

 a { background-color: rgb(196,179,158); }

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

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

 span { border-color: rgb(196,179,158); }

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