Html Css Color HEX #393601 Karaka

📋 copy color: '#393601'

red 57 ◦ green 54 ◦ blue 1

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

Shades of Karaka #393601

Tints of Karaka #393601

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.89%

R = 50.89%
G = 48.21%
B = 0.89%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.98

 K value IS 0.78

RGB Variations

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

Color information

#393601 (or 0x393601) is known color: Karaka. HEX triplet: 39, 36 and 01. RGB value is (57,54,1). Sum of RGB (Red+Green+Blue) = 57+54+1=112 (14% of max value = 765). Red value is 57 (22.66% from 255 or 50.89% from 112); Green value is 54 (21.48% from 255 or 48.21% from 112); Blue value is 1 (0.78% from 255 or 0.89% from 112); Max value from RGB is 57 - color contains mainly: red. Hex color #393601 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393601 is #C6C9FE. Grayscale: #313131. Windows color (decimal): -13027839 or 79417. OLE color: 79417.

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

Color convert

RGB 57 54 1 -
CMYK 0 0.05 0.98 0.78
HSL 56.79º 0.97% 0.11% -
HSV(B) 56.79º 0.98% 0.22% -
XYZ 3.01 3.51 0.55 -
YUV 48.86 100.99 133.81 -
System Red Green Blue C M Y K H S L
Decimal 57 54 1 0 0.05 0.98 0.78 56.79 0.97 0.11
Hex 39 36 1 0 5 62 4E 39 61 B
Octal 71 66 1 0 5 142 116 71 141 13
Binary 111001 110110 1 0 101 1100010 1001110 111001 1100001 1011

Color Harmonies of #393601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393601

Black with #393601

Text Example


Text Example

White with #393601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393601; }

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

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

background-color css

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

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

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

border-color css

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

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

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