#39350A

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

Shades of Karaka #39350A

Tints of Karaka #39350A

Color information

#39350A (or 0x39350A) is unknown color: approx Karaka. HEX triplet: 39, 35 and 0A. RGB value is (57,53,10). Sum of RGB (Red+Green+Blue) = 57+53+10=120 (15% of max value = 765). Red value is 57 (22.66% from 255 or 47.5% from 120); Green value is 53 (21.09% from 255 or 44.17% from 120); Blue value is 10 (4.30% from 255 or 8.33% from 120); Max value from RGB is 57 - color contains mainly: red. Hex color #39350A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #39350A is #C6CAF5. Grayscale: #313131. Windows color (decimal): -13028086 or 668985. OLE color: 668985.

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

Color convert

RGB575310-
CMYK00.070.820.78
HSL54.89º70.15%13.14%-
HSV(B)54.89º82.46%22.35%-
XYZ3.023.440.79-
YUV49.29105.83133.5-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 47.5%
GREEN value IS 53 (21.09% from 255) = 44.17%
BLUE value IS 10 (4.30% from 255) = 8.33%
R=47.5%
G=44.17%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.82
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57531000.070.820.7854.8970.1513.14
Hex3935A07524E3746d
Octal716512071221166710615
Binary111001110101101001111010010100111011011110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39350A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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