Html Css Color HEX #363318 Karaka

📋 copy color: '#363318'

red 54 ◦ green 51 ◦ blue 24

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

Shades of Karaka #363318

Tints of Karaka #363318

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 18.6%

R = 41.86%
G = 39.53%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.56

 K value IS 0.79

RGB Variations

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

Color information

#363318 (or 0x363318) is known color: Karaka. HEX triplet: 36, 33 and 18. RGB value is (54,51,24). Sum of RGB (Red+Green+Blue) = 54+51+24=129 (17% of max value = 765). Red value is 54 (21.48% from 255 or 41.86% from 129); Green value is 51 (20.31% from 255 or 39.53% from 129); Blue value is 24 (9.77% from 255 or 18.60% from 129); Max value from RGB is 54 - color contains mainly: red. Hex color #363318 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363318 is #C9CCE7. Grayscale: #303030. Windows color (decimal): -13225192 or 1585974. OLE color: 1585974.

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

Color convert

RGB 54 51 24 -
CMYK 0 0.06 0.56 0.79
HSL 54º 0.38% 0.15% -
HSV(B) 54º 0.56% 0.21% -
XYZ 2.87 3.22 1.33 -
YUV 48.82 113.99 131.7 -
System Red Green Blue C M Y K H S L
Decimal 54 51 24 0 0.06 0.56 0.79 54 0.38 0.15
Hex 36 33 18 0 6 38 4F 36 26 F
Octal 66 63 30 0 6 70 117 66 46 17
Binary 110110 110011 11000 0 110 111000 1001111 110110 100110 1111

Color Harmonies of #363318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363318

Black with #363318

Text Example


Text Example

White with #363318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363318; }

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

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

background-color css

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

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

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

border-color css

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

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

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