Html Css Color HEX #534B17 Bronze Olive

📋 copy color: '#534B17'

red 83 ◦ green 75 ◦ blue 23

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

Shades of Bronze Olive #534B17

Tints of Bronze Olive #534B17

RGB

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

 GREEN value IS 75 (29.69% from 255) = 41.44%

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

R = 45.86%
G = 41.44%
B = 12.71%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.72

 K value IS 0.67

RGB Variations

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

Color information

#534B17 (or 0x534B17) is known color: Bronze Olive. HEX triplet: 53, 4B and 17. RGB value is (83,75,23). Sum of RGB (Red+Green+Blue) = 83+75+23=181 (23% of max value = 765). Red value is 83 (32.81% from 255 or 45.86% from 181); Green value is 75 (29.69% from 255 or 41.44% from 181); Blue value is 23 (9.38% from 255 or 12.71% from 181); Max value from RGB is 83 - color contains mainly: red. Hex color #534B17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534B17 is #ACB4E8. Grayscale: #474747. Windows color (decimal): -11318505 or 1526611. OLE color: 1526611.

HSL color Cylindrical-coordinate representation of color #534B17: hue angle of 52º 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 #534B17 is Cyan = 0, Magento = 0.10, Yellow = 0.72 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 75 23 -
CMYK 0 0.10 0.72 0.67
HSL 52º 0.57% 0.21% -
HSV(B) 52º 0.72% 0.33% -
XYZ 6.24 6.93 1.82 -
YUV 71.46 100.65 136.23 -
System Red Green Blue C M Y K H S L
Decimal 83 75 23 0 0.10 0.72 0.67 52 0.57 0.21
Hex 53 4B 17 0 A 48 43 34 39 15
Octal 123 113 27 0 12 110 103 64 71 25
Binary 1010011 1001011 10111 0 1010 1001000 1000011 110100 111001 10101

Color Harmonies of #534B17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534B17

Black with #534B17

Text Example


Text Example

White with #534B17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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