Html Css Color HEX #584014 Dark Brown

📋 copy color: '#584014'

red 88 ◦ green 64 ◦ blue 20

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

Shades of Dark Brown #584014

Tints of Dark Brown #584014

RGB

 RED value IS 88 (34.77% from 255) = 51.16%

 GREEN value IS 64 (25.39% from 255) = 37.21%

 BLUE value IS 20 (8.2% from 255) = 11.63%

R = 51.16%
G = 37.21%
B = 11.63%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.77

 K value IS 0.65

RGB Variations

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

Color information

#584014 (or 0x584014) is known color: Dark Brown. HEX triplet: 58, 40 and 14. RGB value is (88,64,20). Sum of RGB (Red+Green+Blue) = 88+64+20=172 (22% of max value = 765). Red value is 88 (34.77% from 255 or 51.16% from 172); Green value is 64 (25.39% from 255 or 37.21% from 172); Blue value is 20 (8.20% from 255 or 11.63% from 172); Max value from RGB is 88 - color contains mainly: red. Hex color #584014 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #584014 is #A7BFEB. Grayscale: #424242. Windows color (decimal): -10993644 or 1327192. OLE color: 1327192.

HSL color Cylindrical-coordinate representation of color #584014: hue angle of 38.82º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #584014 is Cyan = 0, Magento = 0.27, Yellow = 0.77 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 64 20 -
CMYK 0 0.27 0.77 0.65
HSL 38.82º 0.63% 0.21% -
HSV(B) 38.82º 0.77% 0.35% -
XYZ 5.98 5.79 1.46 -
YUV 66.16 101.95 143.58 -
System Red Green Blue C M Y K H S L
Decimal 88 64 20 0 0.27 0.77 0.65 38.82 0.63 0.21
Hex 58 40 14 0 1B 4D 41 27 3F 15
Octal 130 100 24 0 33 115 101 47 77 25
Binary 1011000 1000000 10100 0 11011 1001101 1000001 100111 111111 10101

Color Harmonies of #584014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584014

Black with #584014

Text Example


Text Example

White with #584014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #584014; }

 p { color: rgb(88,64,20); }

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

background-color css

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

 a { background-color: rgb(88,64,20); }

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

border-color css

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

 span { border-color: rgb(88,64,20); }

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