#36350F

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

Shades of Karaka #36350F

Tints of Karaka #36350F

Color information

#36350F (or 0x36350F) is unknown color: approx Karaka. HEX triplet: 36, 35 and 0F. RGB value is (54,53,15). Sum of RGB (Red+Green+Blue) = 54+53+15=122 (16% of max value = 765). Red value is 54 (21.48% from 255 or 44.26% from 122); Green value is 53 (21.09% from 255 or 43.44% from 122); Blue value is 15 (6.25% from 255 or 12.30% from 122); Max value from RGB is 54 - color contains mainly: red. Hex color #36350F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #36350F is #C9CAF0. Grayscale: #313131. Windows color (decimal): -13224689 or 996662. OLE color: 996662.

HSL color Cylindrical-coordinate representation of color #36350F: hue angle of 58.46º degrees, saturation: 0.57, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #36350F is Cyan = 0, Magento = 0.02, Yellow = 0.72 and Black (K on CMYK) = 0.79.

Color convert

RGB545315-
CMYK00.020.720.79
HSL58.46º56.52%13.53%-
HSV(B)58.46º72.22%21.18%-
XYZ2.883.360.95-
YUV48.97108.83131.59-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 44.26%
GREEN value IS 53 (21.09% from 255) = 43.44%
BLUE value IS 15 (6.25% from 255) = 12.30%
R=44.26%
G=43.44%
B=12.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.72
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54531500.020.720.7958.4656.5213.53
Hex3635F02484F3a39e
Octal66651702110117727116
Binary1101101101011111010100100010011111110101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36350F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36350F; }

 p { color: rgb(54,53,15); }

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

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

 a { background-color: rgb(54,53,15); }

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

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

 span { border-color: rgb(54,53,15); }

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