Html Css Color HEX #393714 Karaka

📋 copy color: '#393714'

red 57 ◦ green 55 ◦ blue 20

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

Shades of Karaka #393714

Tints of Karaka #393714

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 15.15%

R = 43.18%
G = 41.67%
B = 15.15%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.65

 K value IS 0.78

RGB Variations

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

Color information

#393714 (or 0x393714) is known color: Karaka. HEX triplet: 39, 37 and 14. RGB value is (57,55,20). Sum of RGB (Red+Green+Blue) = 57+55+20=132 (17% of max value = 765). Red value is 57 (22.66% from 255 or 43.18% from 132); Green value is 55 (21.88% from 255 or 41.67% from 132); Blue value is 20 (8.20% from 255 or 15.15% from 132); Max value from RGB is 57 - color contains mainly: red. Hex color #393714 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393714 is #C6C8EB. Grayscale: #333333. Windows color (decimal): -13027564 or 1324857. OLE color: 1324857.

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

Color convert

RGB 57 55 20 -
CMYK 0 0.04 0.65 0.78
HSL 56.76º 0.48% 0.15% -
HSV(B) 56.76º 0.65% 0.22% -
XYZ 3.18 3.65 1.2 -
YUV 51.61 110.16 131.85 -
System Red Green Blue C M Y K H S L
Decimal 57 55 20 0 0.04 0.65 0.78 56.76 0.48 0.15
Hex 39 37 14 0 4 41 4E 39 30 F
Octal 71 67 24 0 4 101 116 71 60 17
Binary 111001 110111 10100 0 100 1000001 1001110 111001 110000 1111

Color Harmonies of #393714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393714

Black with #393714

Text Example


Text Example

White with #393714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393714; }

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

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

background-color css

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

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

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

border-color css

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

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

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