#373412

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

Shades of Karaka #373412

Tints of Karaka #373412

Color information

#373412 (or 0x373412) is unknown color: approx Karaka. HEX triplet: 37, 34 and 12. RGB value is (55,52,18). Sum of RGB (Red+Green+Blue) = 55+52+18=125 (16% of max value = 765). Red value is 55 (21.88% from 255 or 44% from 125); Green value is 52 (20.70% from 255 or 41.6% from 125); Blue value is 18 (7.42% from 255 or 14.4% from 125); Max value from RGB is 55 - color contains mainly: red. Hex color #373412 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #373412 is #C8CBED. Grayscale: #313131. Windows color (decimal): -13159406 or 1193015. OLE color: 1193015.

HSL color Cylindrical-coordinate representation of color #373412: hue angle of 55.14º 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 #373412 is Cyan = 0, Magento = 0.05, Yellow = 0.67 and Black (K on CMYK) = 0.78.

Color convert

RGB555218-
CMYK00.050.670.78
HSL55.14º50.68%14.31%-
HSV(B)55.14º67.27%21.57%-
XYZ2.913.311.06-
YUV49.02110.49132.26-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 44%
GREEN value IS 52 (20.70% from 255) = 41.6%
BLUE value IS 18 (7.42% from 255) = 14.4%
R=44%
G=41.6%
B=14.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.67
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55521800.050.670.7855.1450.6814.31
Hex37341205434E3733e
Octal67642205103116676316
Binary110111110100100100101100001110011101101111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373412; }

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

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

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

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

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

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

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

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