#39350B

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

Shades of Karaka #39350B

Tints of Karaka #39350B

Color information

#39350B (or 0x39350B) is unknown color: approx Karaka. HEX triplet: 39, 35 and 0B. RGB value is (57,53,11). Sum of RGB (Red+Green+Blue) = 57+53+11=121 (16% of max value = 765). Red value is 57 (22.66% from 255 or 47.11% from 121); Green value is 53 (21.09% from 255 or 43.80% from 121); Blue value is 11 (4.69% from 255 or 9.09% from 121); Max value from RGB is 57 - color contains mainly: red. Hex color #39350B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #39350B is #C6CAF4. Grayscale: #313131. Windows color (decimal): -13028085 or 734521. OLE color: 734521.

HSL color Cylindrical-coordinate representation of color #39350B: hue angle of 54.78º degrees, saturation: 0.68, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #39350B is Cyan = 0, Magento = 0.07, Yellow = 0.81 and Black (K on CMYK) = 0.78.

Color convert

RGB575311-
CMYK00.070.810.78
HSL54.78º67.65%13.33%-
HSV(B)54.78º80.7%22.35%-
XYZ3.023.440.82-
YUV49.41106.33133.42-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 47.11%
GREEN value IS 53 (21.09% from 255) = 43.80%
BLUE value IS 11 (4.69% from 255) = 9.09%
R=47.11%
G=43.80%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.81
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57531100.070.810.7854.7867.6513.33
Hex3935B07514E3744d
Octal716513071211166710415
Binary111001110101101101111010001100111011011110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39350B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,53,11); }

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

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

 a { background-color: rgb(57,53,11); }

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

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

 span { border-color: rgb(57,53,11); }

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