#C38B62

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

Shades of Whiskey #C38B62

Tints of Whiskey #C38B62

Color information

#C38B62 (or 0xC38B62) is unknown color: approx Whiskey. HEX triplet: C3, 8B and 62. RGB value is (195,139,98). Sum of RGB (Red+Green+Blue) = 195+139+98=432 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.14% from 432); Green value is 139 (54.69% from 255 or 32.18% from 432); Blue value is 98 (38.67% from 255 or 22.69% from 432); Max value from RGB is 195 - color contains mainly: red. Hex color #C38B62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38B62 is #3C749D. Grayscale: #979797. Windows color (decimal): -3962014 or 6458307. OLE color: 6458307.

HSL color Cylindrical-coordinate representation of color #C38B62: hue angle of 25.36º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C38B62 is Cyan = 0, Magento = 0.29, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB19513998-
CMYK00.290.500.24
HSL25.36º44.7%57.45%-
HSV(B)25.36º49.74%76.47%-
XYZ33.9430.9515.74-
YUV151.0798.05159.33-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.14%
GREEN value IS 139 (54.69% from 255) = 32.18%
BLUE value IS 98 (38.67% from 255) = 22.69%
R=45.14%
G=32.18%
B=22.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951399800.290.500.2425.3644.757.45
HexC38B6201D3218192d39
Octal3032131420356230315571
Binary110000111000101111000100111011100101100011001101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38B62; }

 p { color: rgb(195,139,98); }

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

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

 a { background-color: rgb(195,139,98); }

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

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

 span { border-color: rgb(195,139,98); }

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