#36341A

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

Shades of Karaka #36341A

Tints of Karaka #36341A

Color information

#36341A (or 0x36341A) is unknown color: approx Karaka. HEX triplet: 36, 34 and 1A. RGB value is (54,52,26). Sum of RGB (Red+Green+Blue) = 54+52+26=132 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40.91% from 132); Green value is 52 (20.70% from 255 or 39.39% from 132); Blue value is 26 (10.55% from 255 or 19.70% from 132); Max value from RGB is 54 - color contains mainly: red. Hex color #36341A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36341A is #C9CBE5. Grayscale: #313131. Windows color (decimal): -13224934 or 1717302. OLE color: 1717302.

HSL color Cylindrical-coordinate representation of color #36341A: hue angle of 55.71º 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 #36341A is Cyan = 0, Magento = 0.04, Yellow = 0.52 and Black (K on CMYK) = 0.79.

Color convert

RGB545226-
CMYK00.040.520.79
HSL55.71º35%15.69%-
HSV(B)55.71º51.85%21.18%-
XYZ2.943.311.46-
YUV49.63114.66131.11-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 40.91%
GREEN value IS 52 (20.70% from 255) = 39.39%
BLUE value IS 26 (10.55% from 255) = 19.70%
R=40.91%
G=39.39%
B=19.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.52
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54522600.040.520.7955.713515.69
Hex36341A04344F382310
Octal6664320464117704320
Binary110110110100110100100110100100111111100010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36341A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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