Html Css Color HEX #604D25 Bronze Olive

📋 copy color: '#604D25'

red 96 ◦ green 77 ◦ blue 37

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

Shades of Bronze Olive #604D25

Tints of Bronze Olive #604D25

RGB

 RED value IS 96 (37.89% from 255) = 45.71%

 GREEN value IS 77 (30.47% from 255) = 36.67%

 BLUE value IS 37 (14.84% from 255) = 17.62%

R = 45.71%
G = 36.67%
B = 17.62%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.61

 K value IS 0.62

RGB Variations

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

Color information

#604D25 (or 0x604D25) is known color: Bronze Olive. HEX triplet: 60, 4D and 25. RGB value is (96,77,37). Sum of RGB (Red+Green+Blue) = 96+77+37=210 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.71% from 210); Green value is 77 (30.47% from 255 or 36.67% from 210); Blue value is 37 (14.84% from 255 or 17.62% from 210); Max value from RGB is 96 - color contains mainly: red. Hex color #604D25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #604D25 is #9FB2DA. Grayscale: #4E4E4E. Windows color (decimal): -10466011 or 2444640. OLE color: 2444640.

HSL color Cylindrical-coordinate representation of color #604D25: hue angle of 40.68º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #604D25 is Cyan = 0, Magento = 0.20, Yellow = 0.61 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 77 37 -
CMYK 0 0.20 0.61 0.62
HSL 40.68º 0.44% 0.26% -
HSV(B) 40.68º 0.61% 0.38% -
XYZ 7.81 7.93 2.87 -
YUV 78.12 104.79 140.75 -
System Red Green Blue C M Y K H S L
Decimal 96 77 37 0 0.20 0.61 0.62 40.68 0.44 0.26
Hex 60 4D 25 0 14 3D 3E 29 2C 1A
Octal 140 115 45 0 24 75 76 51 54 32
Binary 1100000 1001101 100101 0 10100 111101 111110 101001 101100 11010

Color Harmonies of #604D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604D25

Black with #604D25

Text Example


Text Example

White with #604D25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604D25; }

 p { color: rgb(96,77,37); }

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

background-color css

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

 a { background-color: rgb(96,77,37); }

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

border-color css

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

 span { border-color: rgb(96,77,37); }

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