Html Css Color HEX #52491E Bronze Olive

📋 copy color: '#52491E'

red 82 ◦ green 73 ◦ blue 30

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

Shades of Bronze Olive #52491E

Tints of Bronze Olive #52491E

RGB

 RED value IS 82 (32.42% from 255) = 44.32%

 GREEN value IS 73 (28.91% from 255) = 39.46%

 BLUE value IS 30 (12.11% from 255) = 16.22%

R = 44.32%
G = 39.46%
B = 16.22%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.63

 K value IS 0.68

RGB Variations

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

Color information

#52491E (or 0x52491E) is known color: Bronze Olive. HEX triplet: 52, 49 and 1E. RGB value is (82,73,30). Sum of RGB (Red+Green+Blue) = 82+73+30=185 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.32% from 185); Green value is 73 (28.91% from 255 or 39.46% from 185); Blue value is 30 (12.11% from 255 or 16.22% from 185); Max value from RGB is 82 - color contains mainly: red. Hex color #52491E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52491E is #ADB6E1. Grayscale: #464646. Windows color (decimal): -11384546 or 1984850. OLE color: 1984850.

HSL color Cylindrical-coordinate representation of color #52491E: hue angle of 49.62º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52491E is Cyan = 0, Magento = 0.11, Yellow = 0.63 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 73 30 -
CMYK 0 0.11 0.63 0.68
HSL 49.62º 0.46% 0.22% -
HSV(B) 49.62º 0.63% 0.32% -
XYZ 6.1 6.65 2.19 -
YUV 70.79 104.98 136 -
System Red Green Blue C M Y K H S L
Decimal 82 73 30 0 0.11 0.63 0.68 49.62 0.46 0.22
Hex 52 49 1E 0 B 3F 44 32 2E 16
Octal 122 111 36 0 13 77 104 62 56 26
Binary 1010010 1001001 11110 0 1011 111111 1000100 110010 101110 10110

Color Harmonies of #52491E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52491E

Black with #52491E

Text Example


Text Example

White with #52491E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52491E; }

 p { color: rgb(82,73,30); }

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

background-color css

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

 a { background-color: rgb(82,73,30); }

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

border-color css

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

 span { border-color: rgb(82,73,30); }

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