#C5B39B

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

Shades of Sour Dough #C5B39B

Tints of Sour Dough #C5B39B

Color information

#C5B39B (or 0xC5B39B) is unknown color: approx Sour Dough. HEX triplet: C5, B3 and 9B. RGB value is (197,179,155). Sum of RGB (Red+Green+Blue) = 197+179+155=531 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.10% from 531); Green value is 179 (70.31% from 255 or 33.71% from 531); Blue value is 155 (60.94% from 255 or 29.19% from 531); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B39B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5B39B is #3A4C64. Grayscale: #B5B5B5. Windows color (decimal): -3820645 or 10204101. OLE color: 10204101.

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

Color convert

RGB197179155-
CMYK00.090.210.23
HSL34.29º26.58%69.02%-
HSV(B)34.29º21.32%77.25%-
XYZ45.0646.4837.61-
YUV181.65112.96138.95-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.10%
GREEN value IS 179 (70.31% from 255) = 33.71%
BLUE value IS 155 (60.94% from 255) = 29.19%
R=37.10%
G=33.71%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.21
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19717915500.090.210.2334.2926.5869.02
HexC5B39B091517221b45
Octal30526323301125274233105
Binary110001011011001110011011010011010110111100010110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B39B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B39B; }

 p { color: rgb(197,179,155); }

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

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

 a { background-color: rgb(197,179,155); }

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

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

 span { border-color: rgb(197,179,155); }

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