#37340C

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

Shades of Karaka #37340C

Tints of Karaka #37340C

Color information

#37340C (or 0x37340C) is unknown color: approx Karaka. HEX triplet: 37, 34 and 0C. RGB value is (55,52,12). Sum of RGB (Red+Green+Blue) = 55+52+12=119 (15% of max value = 765). Red value is 55 (21.88% from 255 or 46.22% from 119); Green value is 52 (20.70% from 255 or 43.70% from 119); Blue value is 12 (5.08% from 255 or 10.08% from 119); Max value from RGB is 55 - color contains mainly: red. Hex color #37340C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #37340C is #C8CBF3. Grayscale: #303030. Windows color (decimal): -13159412 or 799799. OLE color: 799799.

HSL color Cylindrical-coordinate representation of color #37340C: hue angle of 55.81º degrees, saturation: 0.64, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #37340C is Cyan = 0, Magento = 0.05, Yellow = 0.78 and Black (K on CMYK) = 0.78.

Color convert

RGB555212-
CMYK00.050.780.78
HSL55.81º64.18%13.14%-
HSV(B)55.81º78.18%21.57%-
XYZ2.873.290.83-
YUV48.34107.49132.75-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 46.22%
GREEN value IS 52 (20.70% from 255) = 43.70%
BLUE value IS 12 (5.08% from 255) = 10.08%
R=46.22%
G=43.70%
B=10.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.78
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55521200.050.780.7855.8164.1813.14
Hex3734C054E4E3840d
Octal676414051161167010015
Binary110111110100110001011001110100111011100010000001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37340C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37340C; }

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

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

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

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

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

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

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

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