#373612

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

Shades of Karaka #373612

Tints of Karaka #373612

Color information

#373612 (or 0x373612) is unknown color: approx Karaka. HEX triplet: 37, 36 and 12. RGB value is (55,54,18). Sum of RGB (Red+Green+Blue) = 55+54+18=127 (16% of max value = 765). Red value is 55 (21.88% from 255 or 43.31% from 127); Green value is 54 (21.48% from 255 or 42.52% from 127); Blue value is 18 (7.42% from 255 or 14.17% from 127); Max value from RGB is 55 - color contains mainly: red. Hex color #373612 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #373612 is #C8C9ED. Grayscale: #323232. Windows color (decimal): -13158894 or 1193527. OLE color: 1193527.

HSL color Cylindrical-coordinate representation of color #373612: hue angle of 58.38º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #373612 is Cyan = 0, Magento = 0.02, Yellow = 0.67 and Black (K on CMYK) = 0.78.

Color convert

RGB555418-
CMYK00.020.670.78
HSL58.38º50.68%14.31%-
HSV(B)58.38º67.27%21.57%-
XYZ33.491.09-
YUV50.2109.83131.43-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 43.31%
GREEN value IS 54 (21.48% from 255) = 42.52%
BLUE value IS 18 (7.42% from 255) = 14.17%
R=43.31%
G=42.52%
B=14.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.67
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55541800.020.670.7858.3850.6814.31
Hex37361202434E3a33e
Octal67662202103116726316
Binary11011111011010010010100001110011101110101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373612; }

 p { color: rgb(55,54,18); }

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

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

 a { background-color: rgb(55,54,18); }

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

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

 span { border-color: rgb(55,54,18); }

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