Html Css Color HEX #534C17 Bronze Olive

📋 copy color: '#534C17'

red 83 ◦ green 76 ◦ blue 23

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

Shades of Bronze Olive #534C17

Tints of Bronze Olive #534C17

RGB

 RED value IS 83 (32.81% from 255) = 45.6%

 GREEN value IS 76 (30.08% from 255) = 41.76%

 BLUE value IS 23 (9.38% from 255) = 12.64%

R = 45.6%
G = 41.76%
B = 12.64%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.72

 K value IS 0.67

RGB Variations

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

Color information

#534C17 (or 0x534C17) is known color: Bronze Olive. HEX triplet: 53, 4C and 17. RGB value is (83,76,23). Sum of RGB (Red+Green+Blue) = 83+76+23=182 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.60% from 182); Green value is 76 (30.08% from 255 or 41.76% from 182); Blue value is 23 (9.38% from 255 or 12.64% from 182); Max value from RGB is 83 - color contains mainly: red. Hex color #534C17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534C17 is #ACB3E8. Grayscale: #484848. Windows color (decimal): -11318249 or 1526867. OLE color: 1526867.

HSL color Cylindrical-coordinate representation of color #534C17: hue angle of 53º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #534C17 is Cyan = 0, Magento = 0.08, Yellow = 0.72 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 76 23 -
CMYK 0 0.08 0.72 0.67
HSL 53º 0.57% 0.21% -
HSV(B) 53º 0.72% 0.33% -
XYZ 6.31 7.07 1.84 -
YUV 72.05 100.32 135.81 -
System Red Green Blue C M Y K H S L
Decimal 83 76 23 0 0.08 0.72 0.67 53 0.57 0.21
Hex 53 4C 17 0 8 48 43 35 39 15
Octal 123 114 27 0 10 110 103 65 71 25
Binary 1010011 1001100 10111 0 1000 1001000 1000011 110101 111001 10101

Color Harmonies of #534C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534C17

Black with #534C17

Text Example


Text Example

White with #534C17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534C17; }

 p { color: rgb(83,76,23); }

 H1.HeaderClassName
 {
   color: #534C17;
 }
 .AnyTagClassName
 {
   color: #534C17;
 }
</style>

background-color css

<style>
 a { background-color: #534C17; }

 a { background-color: rgb(83,76,23); }

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

border-color css

<style>
 span { border-color: #534C17; }

 span { border-color: rgb(83,76,23); }

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