#373402

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

Shades of Karaka #373402

Tints of Karaka #373402

Color information

#373402 (or 0x373402) is unknown color: approx Karaka. HEX triplet: 37, 34 and 02. RGB value is (55,52,2). Sum of RGB (Red+Green+Blue) = 55+52+2=109 (14% of max value = 765). Red value is 55 (21.88% from 255 or 50.46% from 109); Green value is 52 (20.70% from 255 or 47.71% from 109); Blue value is 2 (1.17% from 255 or 1.83% from 109); Max value from RGB is 55 - color contains mainly: red. Hex color #373402 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #373402 is #C8CBFD. Grayscale: #2F2F2F. Windows color (decimal): -13159422 or 144439. OLE color: 144439.

HSL color Cylindrical-coordinate representation of color #373402: hue angle of 56.6º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #373402 is Cyan = 0, Magento = 0.05, Yellow = 0.96 and Black (K on CMYK) = 0.78.

Color convert

RGB55522-
CMYK00.050.960.78
HSL56.6º92.98%11.18%-
HSV(B)56.6º96.36%21.57%-
XYZ2.813.270.54-
YUV47.2102.49133.57-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 50.46%
GREEN value IS 52 (20.70% from 255) = 47.71%
BLUE value IS 2 (1.17% from 255) = 1.83%
R=50.46%
G=47.71%
B=1.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.96
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5552200.050.960.7856.692.9811.18
Hex3734205604E395db
Octal67642051401167113513
Binary1101111101001001011100000100111011100110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373402; }

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

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

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

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

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

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

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

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