#373506

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

Shades of Karaka #373506

Tints of Karaka #373506

Color information

#373506 (or 0x373506) is unknown color: approx Karaka. HEX triplet: 37, 35 and 06. RGB value is (55,53,6). Sum of RGB (Red+Green+Blue) = 55+53+6=114 (15% of max value = 765). Red value is 55 (21.88% from 255 or 48.25% from 114); Green value is 53 (21.09% from 255 or 46.49% from 114); Blue value is 6 (2.73% from 255 or 5.26% from 114); Max value from RGB is 55 - color contains mainly: red. Hex color #373506 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #373506 is #C8CAF9. Grayscale: #303030. Windows color (decimal): -13159162 or 406839. OLE color: 406839.

HSL color Cylindrical-coordinate representation of color #373506: hue angle of 57.55º degrees, saturation: 0.8, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #373506 is Cyan = 0, Magento = 0.04, Yellow = 0.89 and Black (K on CMYK) = 0.78.

Color convert

RGB55536-
CMYK00.040.890.78
HSL57.55º80.33%11.96%-
HSV(B)57.55º89.09%21.57%-
XYZ2.883.370.67-
YUV48.24104.16132.82-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 48.25%
GREEN value IS 53 (21.09% from 255) = 46.49%
BLUE value IS 6 (2.73% from 255) = 5.26%
R=48.25%
G=46.49%
B=5.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.89
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5553600.040.890.7857.5580.3311.96
Hex3735604594E3a50c
Octal67656041311167212014
Binary11011111010111001001011001100111011101010100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373506; }

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

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

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

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

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

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

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

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