Html Css Color HEX #52491B Bronze Olive

📋 copy color: '#52491B'

red 82 ◦ green 73 ◦ blue 27

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

Shades of Bronze Olive #52491B

Tints of Bronze Olive #52491B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 14.84%

R = 45.05%
G = 40.11%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.67

 K value IS 0.68

RGB Variations

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

Color information

#52491B (or 0x52491B) is known color: Bronze Olive. HEX triplet: 52, 49 and 1B. RGB value is (82,73,27). Sum of RGB (Red+Green+Blue) = 82+73+27=182 (24% of max value = 765). Red value is 82 (32.42% from 255 or 45.05% from 182); Green value is 73 (28.91% from 255 or 40.11% from 182); Blue value is 27 (10.94% from 255 or 14.84% from 182); Max value from RGB is 82 - color contains mainly: red. Hex color #52491B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52491B is #ADB6E4. Grayscale: #464646. Windows color (decimal): -11384549 or 1788242. OLE color: 1788242.

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

Color convert

RGB 82 73 27 -
CMYK 0 0.11 0.67 0.68
HSL 50.18º 0.5% 0.21% -
HSV(B) 50.18º 0.67% 0.32% -
XYZ 6.06 6.64 2 -
YUV 70.45 103.48 136.24 -
System Red Green Blue C M Y K H S L
Decimal 82 73 27 0 0.11 0.67 0.68 50.18 0.5 0.21
Hex 52 49 1B 0 B 43 44 32 32 15
Octal 122 111 33 0 13 103 104 62 62 25
Binary 1010010 1001001 11011 0 1011 1000011 1000100 110010 110010 10101

Color Harmonies of #52491B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52491B

Black with #52491B

Text Example


Text Example

White with #52491B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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