Html Css Color HEX #393613 Karaka

📋 copy color: '#393613'

red 57 ◦ green 54 ◦ blue 19

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

Shades of Karaka #393613

Tints of Karaka #393613

RGB

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

 GREEN value IS 54 (21.48% from 255) = 41.54%

 BLUE value IS 19 (7.81% from 255) = 14.62%

R = 43.85%
G = 41.54%
B = 14.62%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.67

 K value IS 0.78

RGB Variations

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

Color information

#393613 (or 0x393613) is known color: Karaka. HEX triplet: 39, 36 and 13. RGB value is (57,54,19). Sum of RGB (Red+Green+Blue) = 57+54+19=130 (17% of max value = 765). Red value is 57 (22.66% from 255 or 43.85% from 130); Green value is 54 (21.48% from 255 or 41.54% from 130); Blue value is 19 (7.81% from 255 or 14.62% from 130); Max value from RGB is 57 - color contains mainly: red. Hex color #393613 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393613 is #C6C9EC. Grayscale: #333333. Windows color (decimal): -13027821 or 1259065. OLE color: 1259065.

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

Color convert

RGB 57 54 19 -
CMYK 0 0.05 0.67 0.78
HSL 55.26º 0.5% 0.15% -
HSV(B) 55.26º 0.67% 0.22% -
XYZ 3.12 3.56 1.14 -
YUV 50.91 109.99 132.35 -
System Red Green Blue C M Y K H S L
Decimal 57 54 19 0 0.05 0.67 0.78 55.26 0.5 0.15
Hex 39 36 13 0 5 43 4E 37 32 F
Octal 71 66 23 0 5 103 116 67 62 17
Binary 111001 110110 10011 0 101 1000011 1001110 110111 110010 1111

Color Harmonies of #393613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393613

Black with #393613

Text Example


Text Example

White with #393613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393613; }

 p { color: rgb(57,54,19); }

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

background-color css

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

 a { background-color: rgb(57,54,19); }

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

border-color css

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

 span { border-color: rgb(57,54,19); }

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