Html Css Color HEX #363314 Karaka

📋 copy color: '#363314'

red 54 ◦ green 51 ◦ blue 20

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

Shades of Karaka #363314

Tints of Karaka #363314

RGB

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

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

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

R = 43.2%
G = 40.8%
B = 16%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.63

 K value IS 0.79

RGB Variations

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

Color information

#363314 (or 0x363314) is known color: Karaka. HEX triplet: 36, 33 and 14. RGB value is (54,51,20). Sum of RGB (Red+Green+Blue) = 54+51+20=125 (16% of max value = 765). Red value is 54 (21.48% from 255 or 43.2% from 125); Green value is 51 (20.31% from 255 or 40.8% from 125); Blue value is 20 (8.20% from 255 or 16% from 125); Max value from RGB is 54 - color contains mainly: red. Hex color #363314 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363314 is #C9CCEB. Grayscale: #303030. Windows color (decimal): -13225196 or 1323830. OLE color: 1323830.

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

Color convert

RGB 54 51 20 -
CMYK 0 0.06 0.63 0.79
HSL 54.71º 0.46% 0.15% -
HSV(B) 54.71º 0.63% 0.21% -
XYZ 2.83 3.2 1.13 -
YUV 48.36 111.99 132.02 -
System Red Green Blue C M Y K H S L
Decimal 54 51 20 0 0.06 0.63 0.79 54.71 0.46 0.15
Hex 36 33 14 0 6 3F 4F 37 2E F
Octal 66 63 24 0 6 77 117 67 56 17
Binary 110110 110011 10100 0 110 111111 1001111 110111 101110 1111

Color Harmonies of #363314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363314

Black with #363314

Text Example


Text Example

White with #363314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363314; }

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

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

background-color css

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

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

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

border-color css

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

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

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