Html Css Color HEX #363316 Karaka

📋 copy color: '#363316'

red 54 ◦ green 51 ◦ blue 22

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

Shades of Karaka #363316

Tints of Karaka #363316

RGB

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

 GREEN value IS 51 (20.31% from 255) = 40.16%

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

R = 42.52%
G = 40.16%
B = 17.32%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.59

 K value IS 0.79

RGB Variations

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

Color information

#363316 (or 0x363316) is known color: Karaka. HEX triplet: 36, 33 and 16. RGB value is (54,51,22). Sum of RGB (Red+Green+Blue) = 54+51+22=127 (16% of max value = 765). Red value is 54 (21.48% from 255 or 42.52% from 127); Green value is 51 (20.31% from 255 or 40.16% from 127); Blue value is 22 (8.98% from 255 or 17.32% from 127); Max value from RGB is 54 - color contains mainly: red. Hex color #363316 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363316 is #C9CCE9. Grayscale: #303030. Windows color (decimal): -13225194 or 1454902. OLE color: 1454902.

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

Color convert

RGB 54 51 22 -
CMYK 0 0.06 0.59 0.79
HSL 54.38º 0.42% 0.15% -
HSV(B) 54.38º 0.59% 0.21% -
XYZ 2.85 3.21 1.23 -
YUV 48.59 112.99 131.86 -
System Red Green Blue C M Y K H S L
Decimal 54 51 22 0 0.06 0.59 0.79 54.38 0.42 0.15
Hex 36 33 16 0 6 3B 4F 36 2A F
Octal 66 63 26 0 6 73 117 66 52 17
Binary 110110 110011 10110 0 110 111011 1001111 110110 101010 1111

Color Harmonies of #363316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363316

Black with #363316

Text Example


Text Example

White with #363316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363316; }

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

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

background-color css

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

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

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

border-color css

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

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

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