Html Css Color HEX #534C07 Bronze Olive

📋 copy color: '#534C07'

red 83 ◦ green 76 ◦ blue 7

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

Shades of Bronze Olive #534C07

Tints of Bronze Olive #534C07

RGB

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

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

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

R = 50%
G = 45.78%
B = 4.22%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.92

 K value IS 0.67

RGB Variations

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

Color information

#534C07 (or 0x534C07) is known color: Bronze Olive. HEX triplet: 53, 4C and 07. RGB value is (83,76,7). Sum of RGB (Red+Green+Blue) = 83+76+7=166 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50% from 166); Green value is 76 (30.08% from 255 or 45.78% from 166); Blue value is 7 (3.12% from 255 or 4.22% from 166); Max value from RGB is 83 - color contains mainly: red. Hex color #534C07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534C07 is #ACB3F8. Grayscale: #464646. Windows color (decimal): -11318265 or 478291. OLE color: 478291.

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

Color convert

RGB 83 76 7 -
CMYK 0 0.08 0.92 0.67
HSL 54.47º 0.84% 0.18% -
HSV(B) 54.47º 0.92% 0.33% -
XYZ 6.19 7.02 1.23 -
YUV 70.23 92.32 137.11 -
System Red Green Blue C M Y K H S L
Decimal 83 76 7 0 0.08 0.92 0.67 54.47 0.84 0.18
Hex 53 4C 7 0 8 5C 43 36 54 12
Octal 123 114 7 0 10 134 103 66 124 22
Binary 1010011 1001100 111 0 1000 1011100 1000011 110110 1010100 10010

Color Harmonies of #534C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534C07

Black with #534C07

Text Example


Text Example

White with #534C07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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