Html Css Color HEX #534B05 Bronze Olive

📋 copy color: '#534B05'

red 83 ◦ green 75 ◦ blue 5

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

Shades of Bronze Olive #534B05

Tints of Bronze Olive #534B05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.07%

R = 50.92%
G = 46.01%
B = 3.07%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.94

 K value IS 0.67

RGB Variations

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

Color information

#534B05 (or 0x534B05) is known color: Bronze Olive. HEX triplet: 53, 4B and 05. RGB value is (83,75,5). Sum of RGB (Red+Green+Blue) = 83+75+5=163 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.92% from 163); Green value is 75 (29.69% from 255 or 46.01% from 163); Blue value is 5 (2.34% from 255 or 3.07% from 163); Max value from RGB is 83 - color contains mainly: red. Hex color #534B05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534B05 is #ACB4FA. Grayscale: #454545. Windows color (decimal): -11318523 or 346963. OLE color: 346963.

HSL color Cylindrical-coordinate representation of color #534B05: hue angle of 53.85º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #534B05 is Cyan = 0, Magento = 0.10, Yellow = 0.94 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 75 5 -
CMYK 0 0.10 0.94 0.67
HSL 53.85º 0.89% 0.17% -
HSV(B) 53.85º 0.94% 0.33% -
XYZ 6.11 6.88 1.15 -
YUV 69.41 91.65 137.69 -
System Red Green Blue C M Y K H S L
Decimal 83 75 5 0 0.10 0.94 0.67 53.85 0.89 0.17
Hex 53 4B 5 0 A 5E 43 36 59 11
Octal 123 113 5 0 12 136 103 66 131 21
Binary 1010011 1001011 101 0 1010 1011110 1000011 110110 1011001 10001

Color Harmonies of #534B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534B05

Black with #534B05

Text Example


Text Example

White with #534B05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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