Html Css Color HEX #584208 Bronze Olive

📋 copy color: '#584208'

red 88 ◦ green 66 ◦ blue 8

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

Shades of Bronze Olive #584208

Tints of Bronze Olive #584208

RGB

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

 GREEN value IS 66 (26.17% from 255) = 40.74%

 BLUE value IS 8 (3.52% from 255) = 4.94%

R = 54.32%
G = 40.74%
B = 4.94%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.91

 K value IS 0.65

RGB Variations

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

Color information

#584208 (or 0x584208) is known color: Bronze Olive. HEX triplet: 58, 42 and 08. RGB value is (88,66,8). Sum of RGB (Red+Green+Blue) = 88+66+8=162 (21% of max value = 765). Red value is 88 (34.77% from 255 or 54.32% from 162); Green value is 66 (26.17% from 255 or 40.74% from 162); Blue value is 8 (3.52% from 255 or 4.94% from 162); Max value from RGB is 88 - color contains mainly: red. Hex color #584208 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #584208 is #A7BDF7. Grayscale: #424242. Windows color (decimal): -10993144 or 541272. OLE color: 541272.

HSL color Cylindrical-coordinate representation of color #584208: hue angle of 43.5º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #584208 is Cyan = 0, Magento = 0.25, Yellow = 0.91 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 66 8 -
CMYK 0 0.25 0.91 0.65
HSL 43.5º 0.83% 0.19% -
HSV(B) 43.5º 0.91% 0.35% -
XYZ 6.02 5.99 1.07 -
YUV 65.97 95.29 143.72 -
System Red Green Blue C M Y K H S L
Decimal 88 66 8 0 0.25 0.91 0.65 43.5 0.83 0.19
Hex 58 42 8 0 19 5B 41 2C 53 13
Octal 130 102 10 0 31 133 101 54 123 23
Binary 1011000 1000010 1000 0 11001 1011011 1000001 101100 1010011 10011

Color Harmonies of #584208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584208

Black with #584208

Text Example


Text Example

White with #584208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #584208; }

 p { color: rgb(88,66,8); }

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

background-color css

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

 a { background-color: rgb(88,66,8); }

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

border-color css

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

 span { border-color: rgb(88,66,8); }

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