Html Css Color HEX #584012 Dark Brown

📋 copy color: '#584012'

red 88 ◦ green 64 ◦ blue 18

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

Shades of Dark Brown #584012

Tints of Dark Brown #584012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 10.59%

R = 51.76%
G = 37.65%
B = 10.59%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.80

 K value IS 0.65

RGB Variations

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

Color information

#584012 (or 0x584012) is known color: Dark Brown. HEX triplet: 58, 40 and 12. RGB value is (88,64,18). Sum of RGB (Red+Green+Blue) = 88+64+18=170 (22% of max value = 765). Red value is 88 (34.77% from 255 or 51.76% from 170); Green value is 64 (25.39% from 255 or 37.65% from 170); Blue value is 18 (7.42% from 255 or 10.59% from 170); Max value from RGB is 88 - color contains mainly: red. Hex color #584012 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #584012 is #A7BFED. Grayscale: #424242. Windows color (decimal): -10993646 or 1196120. OLE color: 1196120.

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

Color convert

RGB 88 64 18 -
CMYK 0 0.27 0.80 0.65
HSL 39.43º 0.66% 0.21% -
HSV(B) 39.43º 0.8% 0.35% -
XYZ 5.97 5.79 1.37 -
YUV 65.93 100.95 143.74 -
System Red Green Blue C M Y K H S L
Decimal 88 64 18 0 0.27 0.80 0.65 39.43 0.66 0.21
Hex 58 40 12 0 1B 50 41 27 42 15
Octal 130 100 22 0 33 120 101 47 102 25
Binary 1011000 1000000 10010 0 11011 1010000 1000001 100111 1000010 10101

Color Harmonies of #584012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584012

Black with #584012

Text Example


Text Example

White with #584012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #584012; }

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

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

background-color css

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

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

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

border-color css

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

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

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