Html Css Color HEX #534B07 Bronze Olive

📋 copy color: '#534B07'

red 83 ◦ green 75 ◦ blue 7

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

Shades of Bronze Olive #534B07

Tints of Bronze Olive #534B07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 4.24%

R = 50.3%
G = 45.45%
B = 4.24%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.92

 K value IS 0.67

RGB Variations

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

Color information

#534B07 (or 0x534B07) is known color: Bronze Olive. HEX triplet: 53, 4B and 07. RGB value is (83,75,7). Sum of RGB (Red+Green+Blue) = 83+75+7=165 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.30% from 165); Green value is 75 (29.69% from 255 or 45.45% from 165); Blue value is 7 (3.12% from 255 or 4.24% from 165); Max value from RGB is 83 - color contains mainly: red. Hex color #534B07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534B07 is #ACB4F8. Grayscale: #454545. Windows color (decimal): -11318521 or 478035. OLE color: 478035.

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

Color convert

RGB 83 75 7 -
CMYK 0 0.10 0.92 0.67
HSL 53.68º 0.84% 0.18% -
HSV(B) 53.68º 0.92% 0.33% -
XYZ 6.12 6.89 1.21 -
YUV 69.64 92.65 137.53 -
System Red Green Blue C M Y K H S L
Decimal 83 75 7 0 0.10 0.92 0.67 53.68 0.84 0.18
Hex 53 4B 7 0 A 5C 43 36 54 12
Octal 123 113 7 0 12 134 103 66 124 22
Binary 1010011 1001011 111 0 1010 1011100 1000011 110110 1010100 10010

Color Harmonies of #534B07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534B07

Black with #534B07

Text Example


Text Example

White with #534B07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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