#37340B

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

Shades of Karaka #37340B

Tints of Karaka #37340B

Color information

#37340B (or 0x37340B) is unknown color: approx Karaka. HEX triplet: 37, 34 and 0B. RGB value is (55,52,11). Sum of RGB (Red+Green+Blue) = 55+52+11=118 (15% of max value = 765). Red value is 55 (21.88% from 255 or 46.61% from 118); Green value is 52 (20.70% from 255 or 44.07% from 118); Blue value is 11 (4.69% from 255 or 9.32% from 118); Max value from RGB is 55 - color contains mainly: red. Hex color #37340B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #37340B is #C8CBF4. Grayscale: #303030. Windows color (decimal): -13159413 or 734263. OLE color: 734263.

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

Color convert

RGB555211-
CMYK00.050.80.78
HSL55.91º66.67%12.94%-
HSV(B)55.91º80%21.57%-
XYZ2.863.290.8-
YUV48.22106.99132.83-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 46.61%
GREEN value IS 52 (20.70% from 255) = 44.07%
BLUE value IS 11 (4.69% from 255) = 9.32%
R=46.61%
G=44.07%
B=9.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.8
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55521100.050.80.7855.9166.6712.94
Hex3734B05504E3843d
Octal676413051201167010315
Binary110111110100101101011010000100111011100010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37340B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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