Html Css Color HEX #393512 Karaka

📋 copy color: '#393512'

red 57 ◦ green 53 ◦ blue 18

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

Shades of Karaka #393512

Tints of Karaka #393512

RGB

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

 GREEN value IS 53 (21.09% from 255) = 41.41%

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

R = 44.53%
G = 41.41%
B = 14.06%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.68

 K value IS 0.78

RGB Variations

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

Color information

#393512 (or 0x393512) is known color: Karaka. HEX triplet: 39, 35 and 12. RGB value is (57,53,18). Sum of RGB (Red+Green+Blue) = 57+53+18=128 (16% of max value = 765). Red value is 57 (22.66% from 255 or 44.53% from 128); Green value is 53 (21.09% from 255 or 41.41% from 128); Blue value is 18 (7.42% from 255 or 14.06% from 128); Max value from RGB is 57 - color contains mainly: red. Hex color #393512 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393512 is #C6CAED. Grayscale: #323232. Windows color (decimal): -13028078 or 1193273. OLE color: 1193273.

HSL color Cylindrical-coordinate representation of color #393512: hue angle of 53.85º 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 #393512 is Cyan = 0, Magento = 0.07, Yellow = 0.68 and Black (K on CMYK) = 0.78.

Color convert

RGB 57 53 18 -
CMYK 0 0.07 0.68 0.78
HSL 53.85º 0.52% 0.15% -
HSV(B) 53.85º 0.68% 0.22% -
XYZ 3.07 3.46 1.08 -
YUV 50.21 109.83 132.85 -
System Red Green Blue C M Y K H S L
Decimal 57 53 18 0 0.07 0.68 0.78 53.85 0.52 0.15
Hex 39 35 12 0 7 44 4E 36 34 F
Octal 71 65 22 0 7 104 116 66 64 17
Binary 111001 110101 10010 0 111 1000100 1001110 110110 110100 1111

Color Harmonies of #393512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393512

Black with #393512

Text Example


Text Example

White with #393512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393512; }

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

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

background-color css

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

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

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

border-color css

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

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

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