Html Css Color HEX #52471B Bronze Olive

📋 copy color: '#52471B'

red 82 ◦ green 71 ◦ blue 27

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

Shades of Bronze Olive #52471B

Tints of Bronze Olive #52471B

RGB

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

 GREEN value IS 71 (28.13% from 255) = 39.44%

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

R = 45.56%
G = 39.44%
B = 15%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.67

 K value IS 0.68

RGB Variations

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

Color information

#52471B (or 0x52471B) is known color: Bronze Olive. HEX triplet: 52, 47 and 1B. RGB value is (82,71,27). Sum of RGB (Red+Green+Blue) = 82+71+27=180 (23% of max value = 765). Red value is 82 (32.42% from 255 or 45.56% from 180); Green value is 71 (28.12% from 255 or 39.44% from 180); Blue value is 27 (10.94% from 255 or 15% from 180); Max value from RGB is 82 - color contains mainly: red. Hex color #52471B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52471B is #ADB8E4. Grayscale: #454545. Windows color (decimal): -11385061 or 1787730. OLE color: 1787730.

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

Color convert

RGB 82 71 27 -
CMYK 0 0.13 0.67 0.68
HSL 48º 0.5% 0.21% -
HSV(B) 48º 0.67% 0.32% -
XYZ 5.93 6.38 1.96 -
YUV 69.27 104.14 137.08 -
System Red Green Blue C M Y K H S L
Decimal 82 71 27 0 0.13 0.67 0.68 48 0.5 0.21
Hex 52 47 1B 0 D 43 44 30 32 15
Octal 122 107 33 0 15 103 104 60 62 25
Binary 1010010 1000111 11011 0 1101 1000011 1000100 110000 110010 10101

Color Harmonies of #52471B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52471B

Black with #52471B

Text Example


Text Example

White with #52471B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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