Html Css Color HEX #534C1D Bronze Olive

📋 copy color: '#534C1D'

red 83 ◦ green 76 ◦ blue 29

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

Shades of Bronze Olive #534C1D

Tints of Bronze Olive #534C1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 15.43%

R = 44.15%
G = 40.43%
B = 15.43%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.65

 K value IS 0.67

RGB Variations

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

Color information

#534C1D (or 0x534C1D) is known color: Bronze Olive. HEX triplet: 53, 4C and 1D. RGB value is (83,76,29). Sum of RGB (Red+Green+Blue) = 83+76+29=188 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.15% from 188); Green value is 76 (30.08% from 255 or 40.43% from 188); Blue value is 29 (11.72% from 255 or 15.43% from 188); Max value from RGB is 83 - color contains mainly: red. Hex color #534C1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534C1D is #ACB3E2. Grayscale: #484848. Windows color (decimal): -11318243 or 1920083. OLE color: 1920083.

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

Color convert

RGB 83 76 29 -
CMYK 0 0.08 0.65 0.67
HSL 52.22º 0.48% 0.22% -
HSV(B) 52.22º 0.65% 0.33% -
XYZ 6.37 7.1 2.2 -
YUV 72.74 103.32 135.32 -
System Red Green Blue C M Y K H S L
Decimal 83 76 29 0 0.08 0.65 0.67 52.22 0.48 0.22
Hex 53 4C 1D 0 8 41 43 34 30 16
Octal 123 114 35 0 10 101 103 64 60 26
Binary 1010011 1001100 11101 0 1000 1000001 1000011 110100 110000 10110

Color Harmonies of #534C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534C1D

Black with #534C1D

Text Example


Text Example

White with #534C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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