Html Css Color HEX #363416 Karaka

📋 copy color: '#363416'

red 54 ◦ green 52 ◦ blue 22

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

Shades of Karaka #363416

Tints of Karaka #363416

RGB

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

 GREEN value IS 52 (20.7% from 255) = 40.63%

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

R = 42.19%
G = 40.63%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.59

 K value IS 0.79

RGB Variations

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

Color information

#363416 (or 0x363416) is known color: Karaka. HEX triplet: 36, 34 and 16. RGB value is (54,52,22). Sum of RGB (Red+Green+Blue) = 54+52+22=128 (16% of max value = 765). Red value is 54 (21.48% from 255 or 42.19% from 128); Green value is 52 (20.70% from 255 or 40.62% from 128); Blue value is 22 (8.98% from 255 or 17.19% from 128); Max value from RGB is 54 - color contains mainly: red. Hex color #363416 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363416 is #C9CBE9. Grayscale: #313131. Windows color (decimal): -13224938 or 1455158. OLE color: 1455158.

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

Color convert

RGB 54 52 22 -
CMYK 0 0.04 0.59 0.79
HSL 56.25º 0.42% 0.15% -
HSV(B) 56.25º 0.59% 0.21% -
XYZ 2.89 3.3 1.24 -
YUV 49.18 112.66 131.44 -
System Red Green Blue C M Y K H S L
Decimal 54 52 22 0 0.04 0.59 0.79 56.25 0.42 0.15
Hex 36 34 16 0 4 3B 4F 38 2A F
Octal 66 64 26 0 4 73 117 70 52 17
Binary 110110 110100 10110 0 100 111011 1001111 111000 101010 1111

Color Harmonies of #363416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363416

Black with #363416

Text Example


Text Example

White with #363416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363416; }

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

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

background-color css

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

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

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

border-color css

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

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

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