#37351D

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

Shades of Karaka #37351D

Tints of Karaka #37351D

Color information

#37351D (or 0x37351D) is unknown color: approx Karaka. HEX triplet: 37, 35 and 1D. RGB value is (55,53,29). Sum of RGB (Red+Green+Blue) = 55+53+29=137 (18% of max value = 765). Red value is 55 (21.88% from 255 or 40.15% from 137); Green value is 53 (21.09% from 255 or 38.69% from 137); Blue value is 29 (11.72% from 255 or 21.17% from 137); Max value from RGB is 55 - color contains mainly: red. Hex color #37351D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37351D is #C8CAE2. Grayscale: #323232. Windows color (decimal): -13159139 or 1914167. OLE color: 1914167.

HSL color Cylindrical-coordinate representation of color #37351D: hue angle of 55.38º degrees, saturation: 0.31, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #37351D is Cyan = 0, Magento = 0.04, Yellow = 0.47 and Black (K on CMYK) = 0.78.

Color convert

RGB555329-
CMYK00.040.470.78
HSL55.38º30.95%16.47%-
HSV(B)55.38º47.27%21.57%-
XYZ3.073.451.67-
YUV50.86115.66130.95-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 40.15%
GREEN value IS 53 (21.09% from 255) = 38.69%
BLUE value IS 29 (11.72% from 255) = 21.17%
R=40.15%
G=38.69%
B=21.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.47
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55532900.040.470.7855.3830.9516.47
Hex37351D042F4E371f10
Octal6765350457116673720
Binary11011111010111101010010111110011101101111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37351D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37351D; }

 p { color: rgb(55,53,29); }

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

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

 a { background-color: rgb(55,53,29); }

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

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

 span { border-color: rgb(55,53,29); }

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