Html Css Color HEX #393502 Karaka

📋 copy color: '#393502'

red 57 ◦ green 53 ◦ blue 2

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

Shades of Karaka #393502

Tints of Karaka #393502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.79%

R = 50.89%
G = 47.32%
B = 1.79%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.96

 K value IS 0.78

RGB Variations

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

Color information

#393502 (or 0x393502) is known color: Karaka. HEX triplet: 39, 35 and 02. RGB value is (57,53,2). Sum of RGB (Red+Green+Blue) = 57+53+2=112 (14% of max value = 765). Red value is 57 (22.66% from 255 or 50.89% from 112); Green value is 53 (21.09% from 255 or 47.32% from 112); Blue value is 2 (1.17% from 255 or 1.79% from 112); Max value from RGB is 57 - color contains mainly: red. Hex color #393502 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393502 is #C6CAFD. Grayscale: #303030. Windows color (decimal): -13028094 or 144697. OLE color: 144697.

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

Color convert

RGB 57 53 2 -
CMYK 0 0.07 0.96 0.78
HSL 55.64º 0.93% 0.12% -
HSV(B) 55.64º 0.96% 0.22% -
XYZ 2.97 3.42 0.56 -
YUV 48.38 101.83 134.15 -
System Red Green Blue C M Y K H S L
Decimal 57 53 2 0 0.07 0.96 0.78 55.64 0.93 0.12
Hex 39 35 2 0 7 60 4E 38 5D C
Octal 71 65 2 0 7 140 116 70 135 14
Binary 111001 110101 10 0 111 1100000 1001110 111000 1011101 1100

Color Harmonies of #393502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393502

Black with #393502

Text Example


Text Example

White with #393502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393502; }

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

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

background-color css

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

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

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

border-color css

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

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

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