Html Css Color HEX #52491A Bronze Olive

📋 copy color: '#52491A'

red 82 ◦ green 73 ◦ blue 26

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

Shades of Bronze Olive #52491A

Tints of Bronze Olive #52491A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 14.36%

R = 45.3%
G = 40.33%
B = 14.36%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.68

 K value IS 0.68

RGB Variations

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

Color information

#52491A (or 0x52491A) is known color: Bronze Olive. HEX triplet: 52, 49 and 1A. RGB value is (82,73,26). Sum of RGB (Red+Green+Blue) = 82+73+26=181 (23% of max value = 765). Red value is 82 (32.42% from 255 or 45.30% from 181); Green value is 73 (28.91% from 255 or 40.33% from 181); Blue value is 26 (10.55% from 255 or 14.36% from 181); Max value from RGB is 82 - color contains mainly: red. Hex color #52491A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52491A is #ADB6E5. Grayscale: #464646. Windows color (decimal): -11384550 or 1722706. OLE color: 1722706.

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

Color convert

RGB 82 73 26 -
CMYK 0 0.11 0.68 0.68
HSL 50.36º 0.52% 0.21% -
HSV(B) 50.36º 0.68% 0.32% -
XYZ 6.05 6.63 1.94 -
YUV 70.33 102.98 136.32 -
System Red Green Blue C M Y K H S L
Decimal 82 73 26 0 0.11 0.68 0.68 50.36 0.52 0.21
Hex 52 49 1A 0 B 44 44 32 34 15
Octal 122 111 32 0 13 104 104 62 64 25
Binary 1010010 1001001 11010 0 1011 1000100 1000100 110010 110100 10101

Color Harmonies of #52491A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52491A

Black with #52491A

Text Example


Text Example

White with #52491A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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