#36361A

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

Shades of Karaka #36361A

Tints of Karaka #36361A

Color information

#36361A (or 0x36361A) is unknown color: approx Karaka. HEX triplet: 36, 36 and 1A. RGB value is (54,54,26). Sum of RGB (Red+Green+Blue) = 54+54+26=134 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40.30% from 134); Green value is 54 (21.48% from 255 or 40.30% from 134); Blue value is 26 (10.55% from 255 or 19.40% from 134); Max value from RGB is 54 - color contains mainly: red, green. Hex color #36361A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36361A is #C9C9E5. Grayscale: #323232. Windows color (decimal): -13224422 or 1717814. OLE color: 1717814.

HSL color Cylindrical-coordinate representation of color #36361A: hue angle of 60º degrees, saturation: 0.35, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #36361A is Cyan = 0, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.79.

Color convert

RGB545426-
CMYK000.520.79
HSL60º35%15.69%-
HSV(B)60º51.85%21.18%-
XYZ3.033.51.49-
YUV50.81114130.28-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 40.30%
GREEN value IS 54 (21.48% from 255) = 40.30%
BLUE value IS 26 (10.55% from 255) = 19.40%
R=40.30%
G=40.30%
B=19.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal545426000.520.79603515.69
Hex36361A00344F3c2310
Octal6666320064117744320
Binary1101101101101101000110100100111111110010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36361A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,54,26); }

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

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

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

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

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

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

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