Html Css Color HEX #363414 Karaka

📋 copy color: '#363414'

red 54 ◦ green 52 ◦ blue 20

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

Shades of Karaka #363414

Tints of Karaka #363414

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 15.87%

R = 42.86%
G = 41.27%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.63

 K value IS 0.79

RGB Variations

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

Color information

#363414 (or 0x363414) is known color: Karaka. HEX triplet: 36, 34 and 14. RGB value is (54,52,20). Sum of RGB (Red+Green+Blue) = 54+52+20=126 (16% of max value = 765). Red value is 54 (21.48% from 255 or 42.86% from 126); Green value is 52 (20.70% from 255 or 41.27% from 126); Blue value is 20 (8.20% from 255 or 15.87% from 126); Max value from RGB is 54 - color contains mainly: red. Hex color #363414 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363414 is #C9CBEB. Grayscale: #313131. Windows color (decimal): -13224940 or 1324086. OLE color: 1324086.

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

Color convert

RGB 54 52 20 -
CMYK 0 0.04 0.63 0.79
HSL 56.47º 0.46% 0.15% -
HSV(B) 56.47º 0.63% 0.21% -
XYZ 2.88 3.29 1.15 -
YUV 48.95 111.66 131.6 -
System Red Green Blue C M Y K H S L
Decimal 54 52 20 0 0.04 0.63 0.79 56.47 0.46 0.15
Hex 36 34 14 0 4 3F 4F 38 2E F
Octal 66 64 24 0 4 77 117 70 56 17
Binary 110110 110100 10100 0 100 111111 1001111 111000 101110 1111

Color Harmonies of #363414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363414

Black with #363414

Text Example


Text Example

White with #363414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363414; }

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

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

background-color css

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

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

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

border-color css

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

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

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