Html Css Color HEX #393814 Karaka

📋 copy color: '#393814'

red 57 ◦ green 56 ◦ blue 20

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

Shades of Karaka #393814

Tints of Karaka #393814

RGB

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

 GREEN value IS 56 (22.27% from 255) = 42.11%

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

R = 42.86%
G = 42.11%
B = 15.04%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.65

 K value IS 0.78

RGB Variations

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

Color information

#393814 (or 0x393814) is known color: Karaka. HEX triplet: 39, 38 and 14. RGB value is (57,56,20). Sum of RGB (Red+Green+Blue) = 57+56+20=133 (17% of max value = 765). Red value is 57 (22.66% from 255 or 42.86% from 133); Green value is 56 (22.27% from 255 or 42.11% from 133); Blue value is 20 (8.20% from 255 or 15.04% from 133); Max value from RGB is 57 - color contains mainly: red. Hex color #393814 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393814 is #C6C7EB. Grayscale: #343434. Windows color (decimal): -13027308 or 1325113. OLE color: 1325113.

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

Color convert

RGB 57 56 20 -
CMYK 0 0.02 0.65 0.78
HSL 58.38º 0.48% 0.15% -
HSV(B) 58.38º 0.65% 0.22% -
XYZ 3.23 3.75 1.22 -
YUV 52.2 109.83 131.43 -
System Red Green Blue C M Y K H S L
Decimal 57 56 20 0 0.02 0.65 0.78 58.38 0.48 0.15
Hex 39 38 14 0 2 41 4E 3A 30 F
Octal 71 70 24 0 2 101 116 72 60 17
Binary 111001 111000 10100 0 10 1000001 1001110 111010 110000 1111

Color Harmonies of #393814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393814

Black with #393814

Text Example


Text Example

White with #393814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393814; }

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

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

background-color css

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

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

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

border-color css

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

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

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