Html Css Color HEX #363716 Karaka

📋 copy color: '#363716'

red 54 ◦ green 55 ◦ blue 22

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

Shades of Karaka #363716

Tints of Karaka #363716

RGB

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

 GREEN value IS 55 (21.88% from 255) = 41.98%

 BLUE value IS 22 (8.98% from 255) = 16.79%

R = 41.22%
G = 41.98%
B = 16.79%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.6

 K value IS 0.78

RGB Variations

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

Color information

#363716 (or 0x363716) is known color: Karaka. HEX triplet: 36, 37 and 16. RGB value is (54,55,22). Sum of RGB (Red+Green+Blue) = 54+55+22=131 (17% of max value = 765). Red value is 54 (21.48% from 255 or 41.22% from 131); Green value is 55 (21.88% from 255 or 41.98% from 131); Blue value is 22 (8.98% from 255 or 16.79% from 131); Max value from RGB is 55 - color contains mainly: green. Hex color #363716 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363716 is #C9C8E9. Grayscale: #333333. Windows color (decimal): -13224170 or 1455926. OLE color: 1455926.

HSL color Cylindrical-coordinate representation of color #363716: hue angle of 61.82º degrees, saturation: 0.43, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #363716 is Cyan = 0.02, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.78.

Color convert

RGB 54 55 22 -
CMYK 0.02 0 0.6 0.78
HSL 61.82º 0.43% 0.15% -
HSV(B) 61.82º 0.6% 0.22% -
XYZ 3.03 3.57 1.29 -
YUV 50.94 111.67 130.18 -
System Red Green Blue C M Y K H S L
Decimal 54 55 22 0.02 0 0.6 0.78 61.82 0.43 0.15
Hex 36 37 16 2 0 3C 4E 3E 2B F
Octal 66 67 26 2 0 74 116 76 53 17
Binary 110110 110111 10110 10 0 111100 1001110 111110 101011 1111

Color Harmonies of #363716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363716

Black with #363716

Text Example


Text Example

White with #363716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363716; }

 p { color: rgb(54,55,22); }

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

background-color css

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

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

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

border-color css

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

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

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