Html Css Color HEX #363317 Karaka

📋 copy color: '#363317'

red 54 ◦ green 51 ◦ blue 23

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

Shades of Karaka #363317

Tints of Karaka #363317

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 17.97%

R = 42.19%
G = 39.84%
B = 17.97%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.57

 K value IS 0.79

RGB Variations

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

Color information

#363317 (or 0x363317) is known color: Karaka. HEX triplet: 36, 33 and 17. RGB value is (54,51,23). Sum of RGB (Red+Green+Blue) = 54+51+23=128 (16% of max value = 765). Red value is 54 (21.48% from 255 or 42.19% from 128); Green value is 51 (20.31% from 255 or 39.84% from 128); Blue value is 23 (9.38% from 255 or 17.97% from 128); Max value from RGB is 54 - color contains mainly: red. Hex color #363317 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363317 is #C9CCE8. Grayscale: #303030. Windows color (decimal): -13225193 or 1520438. OLE color: 1520438.

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

Color convert

RGB 54 51 23 -
CMYK 0 0.06 0.57 0.79
HSL 54.19º 0.4% 0.15% -
HSV(B) 54.19º 0.57% 0.21% -
XYZ 2.86 3.21 1.28 -
YUV 48.71 113.49 131.78 -
System Red Green Blue C M Y K H S L
Decimal 54 51 23 0 0.06 0.57 0.79 54.19 0.4 0.15
Hex 36 33 17 0 6 39 4F 36 28 F
Octal 66 63 27 0 6 71 117 66 50 17
Binary 110110 110011 10111 0 110 111001 1001111 110110 101000 1111

Color Harmonies of #363317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363317

Black with #363317

Text Example


Text Example

White with #363317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363317; }

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

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

background-color css

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

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

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

border-color css

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

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

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