Html Css Color HEX #393712 Karaka

📋 copy color: '#393712'

red 57 ◦ green 55 ◦ blue 18

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

Shades of Karaka #393712

Tints of Karaka #393712

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 13.85%

R = 43.85%
G = 42.31%
B = 13.85%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.68

 K value IS 0.78

RGB Variations

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

Color information

#393712 (or 0x393712) is known color: Karaka. HEX triplet: 39, 37 and 12. RGB value is (57,55,18). Sum of RGB (Red+Green+Blue) = 57+55+18=130 (17% of max value = 765). Red value is 57 (22.66% from 255 or 43.85% from 130); Green value is 55 (21.88% from 255 or 42.31% from 130); Blue value is 18 (7.42% from 255 or 13.85% from 130); Max value from RGB is 57 - color contains mainly: red. Hex color #393712 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393712 is #C6C8ED. Grayscale: #333333. Windows color (decimal): -13027566 or 1193785. OLE color: 1193785.

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

Color convert

RGB 57 55 18 -
CMYK 0 0.04 0.68 0.78
HSL 56.92º 0.52% 0.15% -
HSV(B) 56.92º 0.68% 0.22% -
XYZ 3.16 3.65 1.11 -
YUV 51.38 109.16 132.01 -
System Red Green Blue C M Y K H S L
Decimal 57 55 18 0 0.04 0.68 0.78 56.92 0.52 0.15
Hex 39 37 12 0 4 44 4E 39 34 F
Octal 71 67 22 0 4 104 116 71 64 17
Binary 111001 110111 10010 0 100 1000100 1001110 111001 110100 1111

Color Harmonies of #393712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393712

Black with #393712

Text Example


Text Example

White with #393712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393712; }

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

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

background-color css

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

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

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

border-color css

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

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

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