Html Css Color HEX #363516 Karaka

📋 copy color: '#363516'

red 54 ◦ green 53 ◦ blue 22

#363516
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Karaka #363516

Tints of Karaka #363516

RGB

 RED value IS 54 (21.48% from 255) = 41.86%

 GREEN value IS 53 (21.09% from 255) = 41.09%

 BLUE value IS 22 (8.98% from 255) = 17.05%

R = 41.86%
G = 41.09%
B = 17.05%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.59

 K value IS 0.79

RGB Variations

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

Color information

#363516 (or 0x363516) is known color: Karaka. HEX triplet: 36, 35 and 16. RGB value is (54,53,22). Sum of RGB (Red+Green+Blue) = 54+53+22=129 (17% of max value = 765). Red value is 54 (21.48% from 255 or 41.86% from 129); Green value is 53 (21.09% from 255 or 41.09% from 129); Blue value is 22 (8.98% from 255 or 17.05% from 129); Max value from RGB is 54 - color contains mainly: red. Hex color #363516 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363516 is #C9CAE9. Grayscale: #313131. Windows color (decimal): -13224682 or 1455414. OLE color: 1455414.

HSL color Cylindrical-coordinate representation of color #363516: hue angle of 58.12º degrees, saturation: 0.42, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #363516 is Cyan = 0, Magento = 0.02, Yellow = 0.59 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 53 22 -
CMYK 0 0.02 0.59 0.79
HSL 58.13º 0.42% 0.15% -
HSV(B) 58.13º 0.59% 0.21% -
XYZ 2.94 3.39 1.26 -
YUV 49.77 112.33 131.02 -
System Red Green Blue C M Y K H S L
Decimal 54 53 22 0 0.02 0.59 0.79 58.13 0.42 0.15
Hex 36 35 16 0 2 3B 4F 3A 2A F
Octal 66 65 26 0 2 73 117 72 52 17
Binary 110110 110101 10110 0 10 111011 1001111 111010 101010 1111

Color Harmonies of #363516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363516

Black with #363516

Text Example


Text Example

White with #363516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363516; }

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

 H1.HeaderClassName
 {
   color: #363516;
 }
 .AnyTagClassName
 {
   color: #363516;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #363516;
 }
 .BgClassName
 {
   background-color: #363516;
 }
</style>

border-color css

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

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

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