Html Css Color HEX #52461B Bronze Olive

📋 copy color: '#52461B'

red 82 ◦ green 70 ◦ blue 27

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

Shades of Bronze Olive #52461B

Tints of Bronze Olive #52461B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 39.11%

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

R = 45.81%
G = 39.11%
B = 15.08%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.67

 K value IS 0.68

RGB Variations

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

Color information

#52461B (or 0x52461B) is known color: Bronze Olive. HEX triplet: 52, 46 and 1B. RGB value is (82,70,27). Sum of RGB (Red+Green+Blue) = 82+70+27=179 (23% of max value = 765). Red value is 82 (32.42% from 255 or 45.81% from 179); Green value is 70 (27.73% from 255 or 39.11% from 179); Blue value is 27 (10.94% from 255 or 15.08% from 179); Max value from RGB is 82 - color contains mainly: red. Hex color #52461B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52461B is #ADB9E4. Grayscale: #444444. Windows color (decimal): -11385317 or 1787474. OLE color: 1787474.

HSL color Cylindrical-coordinate representation of color #52461B: hue angle of 46.91º 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 #52461B is Cyan = 0, Magento = 0.15, Yellow = 0.67 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 70 27 -
CMYK 0 0.15 0.67 0.68
HSL 46.91º 0.5% 0.21% -
HSV(B) 46.91º 0.67% 0.32% -
XYZ 5.87 6.25 1.93 -
YUV 68.69 104.48 137.5 -
System Red Green Blue C M Y K H S L
Decimal 82 70 27 0 0.15 0.67 0.68 46.91 0.5 0.21
Hex 52 46 1B 0 F 43 44 2F 32 15
Octal 122 106 33 0 17 103 104 57 62 25
Binary 1010010 1000110 11011 0 1111 1000011 1000100 101111 110010 10101

Color Harmonies of #52461B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52461B

Black with #52461B

Text Example


Text Example

White with #52461B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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