Html Css Color HEX #393505 Karaka

📋 copy color: '#393505'

red 57 ◦ green 53 ◦ blue 5

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

Shades of Karaka #393505

Tints of Karaka #393505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 4.35%

R = 49.57%
G = 46.09%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.91

 K value IS 0.78

RGB Variations

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

Color information

#393505 (or 0x393505) is known color: Karaka. HEX triplet: 39, 35 and 05. RGB value is (57,53,5). Sum of RGB (Red+Green+Blue) = 57+53+5=115 (15% of max value = 765). Red value is 57 (22.66% from 255 or 49.57% from 115); Green value is 53 (21.09% from 255 or 46.09% from 115); Blue value is 5 (2.34% from 255 or 4.35% from 115); Max value from RGB is 57 - color contains mainly: red. Hex color #393505 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393505 is #C6CAFA. Grayscale: #303030. Windows color (decimal): -13028091 or 341305. OLE color: 341305.

HSL color Cylindrical-coordinate representation of color #393505: hue angle of 55.38º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #393505 is Cyan = 0, Magento = 0.07, Yellow = 0.91 and Black (K on CMYK) = 0.78.

Color convert

RGB 57 53 5 -
CMYK 0 0.07 0.91 0.78
HSL 55.38º 0.84% 0.12% -
HSV(B) 55.38º 0.91% 0.22% -
XYZ 2.99 3.43 0.65 -
YUV 48.72 103.33 133.9 -
System Red Green Blue C M Y K H S L
Decimal 57 53 5 0 0.07 0.91 0.78 55.38 0.84 0.12
Hex 39 35 5 0 7 5B 4E 37 54 C
Octal 71 65 5 0 7 133 116 67 124 14
Binary 111001 110101 101 0 111 1011011 1001110 110111 1010100 1100

Color Harmonies of #393505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393505

Black with #393505

Text Example


Text Example

White with #393505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393505; }

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

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

background-color css

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

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

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

border-color css

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

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

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