Html Css Color HEX #534B1C Bronze Olive

📋 copy color: '#534B1C'

red 83 ◦ green 75 ◦ blue 28

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

Shades of Bronze Olive #534B1C

Tints of Bronze Olive #534B1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 15.05%

R = 44.62%
G = 40.32%
B = 15.05%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.66

 K value IS 0.67

RGB Variations

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

Color information

#534B1C (or 0x534B1C) is known color: Bronze Olive. HEX triplet: 53, 4B and 1C. RGB value is (83,75,28). Sum of RGB (Red+Green+Blue) = 83+75+28=186 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.62% from 186); Green value is 75 (29.69% from 255 or 40.32% from 186); Blue value is 28 (11.33% from 255 or 15.05% from 186); Max value from RGB is 83 - color contains mainly: red. Hex color #534B1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534B1C is #ACB4E3. Grayscale: #484848. Windows color (decimal): -11318500 or 1854291. OLE color: 1854291.

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

Color convert

RGB 83 75 28 -
CMYK 0 0.10 0.66 0.67
HSL 51.27º 0.5% 0.22% -
HSV(B) 51.27º 0.66% 0.33% -
XYZ 6.29 6.95 2.11 -
YUV 72.03 103.15 135.82 -
System Red Green Blue C M Y K H S L
Decimal 83 75 28 0 0.10 0.66 0.67 51.27 0.5 0.22
Hex 53 4B 1C 0 A 42 43 33 32 16
Octal 123 113 34 0 12 102 103 63 62 26
Binary 1010011 1001011 11100 0 1010 1000010 1000011 110011 110010 10110

Color Harmonies of #534B1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534B1C

Black with #534B1C

Text Example


Text Example

White with #534B1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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