Html Css Color HEX #363310 Karaka

📋 copy color: '#363310'

red 54 ◦ green 51 ◦ blue 16

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

Shades of Karaka #363310

Tints of Karaka #363310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 13.22%

R = 44.63%
G = 42.15%
B = 13.22%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.70

 K value IS 0.79

RGB Variations

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

Color information

#363310 (or 0x363310) is known color: Karaka. HEX triplet: 36, 33 and 10. RGB value is (54,51,16). Sum of RGB (Red+Green+Blue) = 54+51+16=121 (16% of max value = 765). Red value is 54 (21.48% from 255 or 44.63% from 121); Green value is 51 (20.31% from 255 or 42.15% from 121); Blue value is 16 (6.64% from 255 or 13.22% from 121); Max value from RGB is 54 - color contains mainly: red. Hex color #363310 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363310 is #C9CCEF. Grayscale: #303030. Windows color (decimal): -13225200 or 1061686. OLE color: 1061686.

HSL color Cylindrical-coordinate representation of color #363310: hue angle of 55.26º degrees, saturation: 0.54, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #363310 is Cyan = 0, Magento = 0.06, Yellow = 0.70 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 51 16 -
CMYK 0 0.06 0.70 0.79
HSL 55.26º 0.54% 0.14% -
HSV(B) 55.26º 0.7% 0.21% -
XYZ 2.8 3.19 0.96 -
YUV 47.91 109.99 132.35 -
System Red Green Blue C M Y K H S L
Decimal 54 51 16 0 0.06 0.70 0.79 55.26 0.54 0.14
Hex 36 33 10 0 6 46 4F 37 36 E
Octal 66 63 20 0 6 106 117 67 66 16
Binary 110110 110011 10000 0 110 1000110 1001111 110111 110110 1110

Color Harmonies of #363310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363310

Black with #363310

Text Example


Text Example

White with #363310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363310; }

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

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

background-color css

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

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

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

border-color css

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

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

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