Html Css Color HEX #393717 Karaka

📋 copy color: '#393717'

red 57 ◦ green 55 ◦ blue 23

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

Shades of Karaka #393717

Tints of Karaka #393717

RGB

 RED value IS 57 (22.66% from 255) = 42.22%

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

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

R = 42.22%
G = 40.74%
B = 17.04%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.60

 K value IS 0.78

RGB Variations

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

Color information

#393717 (or 0x393717) is known color: Karaka. HEX triplet: 39, 37 and 17. RGB value is (57,55,23). Sum of RGB (Red+Green+Blue) = 57+55+23=135 (17% of max value = 765). Red value is 57 (22.66% from 255 or 42.22% from 135); Green value is 55 (21.88% from 255 or 40.74% from 135); Blue value is 23 (9.38% from 255 or 17.04% from 135); Max value from RGB is 57 - color contains mainly: red. Hex color #393717 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393717 is #C6C8E8. Grayscale: #343434. Windows color (decimal): -13027561 or 1521465. OLE color: 1521465.

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

Color convert

RGB 57 55 23 -
CMYK 0 0.04 0.60 0.78
HSL 56.47º 0.43% 0.16% -
HSV(B) 56.47º 0.6% 0.22% -
XYZ 3.21 3.66 1.35 -
YUV 51.95 111.66 131.6 -
System Red Green Blue C M Y K H S L
Decimal 57 55 23 0 0.04 0.60 0.78 56.47 0.43 0.16
Hex 39 37 17 0 4 3C 4E 38 2A 10
Octal 71 67 27 0 4 74 116 70 52 20
Binary 111001 110111 10111 0 100 111100 1001110 111000 101010 10000

Color Harmonies of #393717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393717

Black with #393717

Text Example


Text Example

White with #393717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393717; }

 p { color: rgb(57,55,23); }

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

background-color css

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

 a { background-color: rgb(57,55,23); }

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

border-color css

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

 span { border-color: rgb(57,55,23); }

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