Html Css Color HEX #363412 Karaka

📋 copy color: '#363412'

red 54 ◦ green 52 ◦ blue 18

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

Shades of Karaka #363412

Tints of Karaka #363412

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 14.52%

R = 43.55%
G = 41.94%
B = 14.52%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.67

 K value IS 0.79

RGB Variations

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

Color information

#363412 (or 0x363412) is known color: Karaka. HEX triplet: 36, 34 and 12. RGB value is (54,52,18). Sum of RGB (Red+Green+Blue) = 54+52+18=124 (16% of max value = 765). Red value is 54 (21.48% from 255 or 43.55% from 124); Green value is 52 (20.70% from 255 or 41.94% from 124); Blue value is 18 (7.42% from 255 or 14.52% from 124); Max value from RGB is 54 - color contains mainly: red. Hex color #363412 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363412 is #C9CBED. Grayscale: #303030. Windows color (decimal): -13224942 or 1193014. OLE color: 1193014.

HSL color Cylindrical-coordinate representation of color #363412: hue angle of 56.67º degrees, saturation: 0.5, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #363412 is Cyan = 0, Magento = 0.04, Yellow = 0.67 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 52 18 -
CMYK 0 0.04 0.67 0.79
HSL 56.67º 0.5% 0.14% -
HSV(B) 56.67º 0.67% 0.21% -
XYZ 2.86 3.28 1.06 -
YUV 48.72 110.66 131.76 -
System Red Green Blue C M Y K H S L
Decimal 54 52 18 0 0.04 0.67 0.79 56.67 0.5 0.14
Hex 36 34 12 0 4 43 4F 39 32 E
Octal 66 64 22 0 4 103 117 71 62 16
Binary 110110 110100 10010 0 100 1000011 1001111 111001 110010 1110

Color Harmonies of #363412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363412

Black with #363412

Text Example


Text Example

White with #363412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363412; }

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

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

background-color css

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

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

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

border-color css

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

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

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