Html Css Color HEX #393715 Karaka

📋 copy color: '#393715'

red 57 ◦ green 55 ◦ blue 21

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

Shades of Karaka #393715

Tints of Karaka #393715

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 15.79%

R = 42.86%
G = 41.35%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.63

 K value IS 0.78

RGB Variations

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

Color information

#393715 (or 0x393715) is known color: Karaka. HEX triplet: 39, 37 and 15. RGB value is (57,55,21). Sum of RGB (Red+Green+Blue) = 57+55+21=133 (17% of max value = 765). Red value is 57 (22.66% from 255 or 42.86% from 133); Green value is 55 (21.88% from 255 or 41.35% from 133); Blue value is 21 (8.59% from 255 or 15.79% from 133); Max value from RGB is 57 - color contains mainly: red. Hex color #393715 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393715 is #C6C8EA. Grayscale: #333333. Windows color (decimal): -13027563 or 1390393. OLE color: 1390393.

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

Color convert

RGB 57 55 21 -
CMYK 0 0.04 0.63 0.78
HSL 56.67º 0.46% 0.15% -
HSV(B) 56.67º 0.63% 0.22% -
XYZ 3.19 3.66 1.25 -
YUV 51.72 110.66 131.76 -
System Red Green Blue C M Y K H S L
Decimal 57 55 21 0 0.04 0.63 0.78 56.67 0.46 0.15
Hex 39 37 15 0 4 3F 4E 39 2E F
Octal 71 67 25 0 4 77 116 71 56 17
Binary 111001 110111 10101 0 100 111111 1001110 111001 101110 1111

Color Harmonies of #393715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393715

Black with #393715

Text Example


Text Example

White with #393715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393715; }

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

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

background-color css

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

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

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

border-color css

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

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

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