Html Css Color HEX #363612 Karaka

📋 copy color: '#363612'

red 54 ◦ green 54 ◦ blue 18

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

Shades of Karaka #363612

Tints of Karaka #363612

RGB

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

 GREEN value IS 54 (21.48% from 255) = 42.86%

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

R = 42.86%
G = 42.86%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.67

 K value IS 0.79

RGB Variations

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

Color information

#363612 (or 0x363612) is known color: Karaka. HEX triplet: 36, 36 and 12. RGB value is (54,54,18). Sum of RGB (Red+Green+Blue) = 54+54+18=126 (16% of max value = 765). Red value is 54 (21.48% from 255 or 42.86% from 126); Green value is 54 (21.48% from 255 or 42.86% from 126); Blue value is 18 (7.42% from 255 or 14.29% from 126); Max value from RGB is 54 - color contains mainly: red, green. Hex color #363612 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363612 is #C9C9ED. Grayscale: #323232. Windows color (decimal): -13224430 or 1193526. OLE color: 1193526.

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

Color convert

RGB 54 54 18 -
CMYK 0 0 0.67 0.79
HSL 60º 0.5% 0.14% -
HSV(B) 60º 0.67% 0.21% -
XYZ 2.95 3.47 1.09 -
YUV 49.9 110 130.93 -
System Red Green Blue C M Y K H S L
Decimal 54 54 18 0 0 0.67 0.79 60 0.5 0.14
Hex 36 36 12 0 0 43 4F 3C 32 E
Octal 66 66 22 0 0 103 117 74 62 16
Binary 110110 110110 10010 0 0 1000011 1001111 111100 110010 1110

Color Harmonies of #363612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363612

Black with #363612

Text Example


Text Example

White with #363612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363612; }

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

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

background-color css

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

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

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

border-color css

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

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

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