Html Css Color HEX #393713 Karaka

📋 copy color: '#393713'

red 57 ◦ green 55 ◦ blue 19

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

Shades of Karaka #393713

Tints of Karaka #393713

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 14.5%

R = 43.51%
G = 41.98%
B = 14.5%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.67

 K value IS 0.78

RGB Variations

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

Color information

#393713 (or 0x393713) is known color: Karaka. HEX triplet: 39, 37 and 13. RGB value is (57,55,19). Sum of RGB (Red+Green+Blue) = 57+55+19=131 (17% of max value = 765). Red value is 57 (22.66% from 255 or 43.51% from 131); Green value is 55 (21.88% from 255 or 41.98% from 131); Blue value is 19 (7.81% from 255 or 14.50% from 131); Max value from RGB is 57 - color contains mainly: red. Hex color #393713 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393713 is #C6C8EC. Grayscale: #333333. Windows color (decimal): -13027565 or 1259321. OLE color: 1259321.

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

Color convert

RGB 57 55 19 -
CMYK 0 0.04 0.67 0.78
HSL 56.84º 0.5% 0.15% -
HSV(B) 56.84º 0.67% 0.22% -
XYZ 3.17 3.65 1.15 -
YUV 51.49 109.66 131.93 -
System Red Green Blue C M Y K H S L
Decimal 57 55 19 0 0.04 0.67 0.78 56.84 0.5 0.15
Hex 39 37 13 0 4 43 4E 39 32 F
Octal 71 67 23 0 4 103 116 71 62 17
Binary 111001 110111 10011 0 100 1000011 1001110 111001 110010 1111

Color Harmonies of #393713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393713

Black with #393713

Text Example


Text Example

White with #393713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393713; }

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

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

background-color css

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

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

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

border-color css

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

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

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