#373406

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

Shades of Karaka #373406

Tints of Karaka #373406

Color information

#373406 (or 0x373406) is unknown color: approx Karaka. HEX triplet: 37, 34 and 06. RGB value is (55,52,6). Sum of RGB (Red+Green+Blue) = 55+52+6=113 (14% of max value = 765). Red value is 55 (21.88% from 255 or 48.67% from 113); Green value is 52 (20.70% from 255 or 46.02% from 113); Blue value is 6 (2.73% from 255 or 5.31% from 113); Max value from RGB is 55 - color contains mainly: red. Hex color #373406 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #373406 is #C8CBF9. Grayscale: #2F2F2F. Windows color (decimal): -13159418 or 406583. OLE color: 406583.

HSL color Cylindrical-coordinate representation of color #373406: hue angle of 56.33º 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 #373406 is Cyan = 0, Magento = 0.05, Yellow = 0.89 and Black (K on CMYK) = 0.78.

Color convert

RGB55526-
CMYK00.050.890.78
HSL56.33º80.33%11.96%-
HSV(B)56.33º89.09%21.57%-
XYZ2.843.280.66-
YUV47.65104.49133.24-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 48.67%
GREEN value IS 52 (20.70% from 255) = 46.02%
BLUE value IS 6 (2.73% from 255) = 5.31%
R=48.67%
G=46.02%
B=5.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.89
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5552600.050.890.7856.3380.3311.96
Hex3734605594E3850c
Octal67646051311167012014
Binary11011111010011001011011001100111011100010100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373406; }

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

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

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

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

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

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

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

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