Html Css Color HEX #393610 Karaka

📋 copy color: '#393610'

red 57 ◦ green 54 ◦ blue 16

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

Shades of Karaka #393610

Tints of Karaka #393610

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 12.6%

R = 44.88%
G = 42.52%
B = 12.6%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.72

 K value IS 0.78

RGB Variations

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

Color information

#393610 (or 0x393610) is known color: Karaka. HEX triplet: 39, 36 and 10. RGB value is (57,54,16). Sum of RGB (Red+Green+Blue) = 57+54+16=127 (16% of max value = 765). Red value is 57 (22.66% from 255 or 44.88% from 127); Green value is 54 (21.48% from 255 or 42.52% from 127); Blue value is 16 (6.64% from 255 or 12.60% from 127); Max value from RGB is 57 - color contains mainly: red. Hex color #393610 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393610 is #C6C9EF. Grayscale: #323232. Windows color (decimal): -13027824 or 1062457. OLE color: 1062457.

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

Color convert

RGB 57 54 16 -
CMYK 0 0.05 0.72 0.78
HSL 55.61º 0.56% 0.14% -
HSV(B) 55.61º 0.72% 0.22% -
XYZ 3.1 3.55 1.01 -
YUV 50.57 108.49 132.59 -
System Red Green Blue C M Y K H S L
Decimal 57 54 16 0 0.05 0.72 0.78 55.61 0.56 0.14
Hex 39 36 10 0 5 48 4E 38 38 E
Octal 71 66 20 0 5 110 116 70 70 16
Binary 111001 110110 10000 0 101 1001000 1001110 111000 111000 1110

Color Harmonies of #393610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393610

Black with #393610

Text Example


Text Example

White with #393610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393610; }

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

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

background-color css

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

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

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

border-color css

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

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

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