#37351B

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

Shades of Karaka #37351B

Tints of Karaka #37351B

Color information

#37351B (or 0x37351B) is unknown color: approx Karaka. HEX triplet: 37, 35 and 1B. RGB value is (55,53,27). Sum of RGB (Red+Green+Blue) = 55+53+27=135 (17% of max value = 765). Red value is 55 (21.88% from 255 or 40.74% from 135); Green value is 53 (21.09% from 255 or 39.26% from 135); Blue value is 27 (10.94% from 255 or 20% from 135); Max value from RGB is 55 - color contains mainly: red. Hex color #37351B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37351B is #C8CAE4. Grayscale: #323232. Windows color (decimal): -13159141 or 1783095. OLE color: 1783095.

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

Color convert

RGB555327-
CMYK00.040.510.78
HSL55.71º34.15%16.08%-
HSV(B)55.71º50.91%21.57%-
XYZ3.053.441.54-
YUV50.63114.66131.11-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 40.74%
GREEN value IS 53 (21.09% from 255) = 39.26%
BLUE value IS 27 (10.94% from 255) = 20%
R=40.74%
G=39.26%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.51
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55532700.040.510.7855.7134.1516.08
Hex37351B04334E382210
Octal6765330463116704220
Binary110111110101110110100110011100111011100010001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37351B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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