Html Css Color HEX #533F2A Deep Bronze

📋 copy color: '#533F2A'

red 83 ◦ green 63 ◦ blue 42

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

Shades of Deep Bronze #533F2A

Tints of Deep Bronze #533F2A

RGB

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

 GREEN value IS 63 (25% from 255) = 33.51%

 BLUE value IS 42 (16.8% from 255) = 22.34%

R = 44.15%
G = 33.51%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.49

 K value IS 0.67

RGB Variations

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

Color information

#533F2A (or 0x533F2A) is known color: Deep Bronze. HEX triplet: 53, 3F and 2A. RGB value is (83,63,42). Sum of RGB (Red+Green+Blue) = 83+63+42=188 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.15% from 188); Green value is 63 (25% from 255 or 33.51% from 188); Blue value is 42 (16.80% from 255 or 22.34% from 188); Max value from RGB is 83 - color contains mainly: red. Hex color #533F2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533F2A is #ACC0D5. Grayscale: #424242. Windows color (decimal): -11321558 or 2768723. OLE color: 2768723.

HSL color Cylindrical-coordinate representation of color #533F2A: hue angle of 30.73º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #533F2A is Cyan = 0, Magento = 0.24, Yellow = 0.49 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 63 42 -
CMYK 0 0.24 0.49 0.67
HSL 30.73º 0.33% 0.25% -
HSV(B) 30.73º 0.49% 0.33% -
XYZ 5.76 5.56 2.96 -
YUV 66.59 114.13 139.71 -
System Red Green Blue C M Y K H S L
Decimal 83 63 42 0 0.24 0.49 0.67 30.73 0.33 0.25
Hex 53 3F 2A 0 18 31 43 1F 21 19
Octal 123 77 52 0 30 61 103 37 41 31
Binary 1010011 111111 101010 0 11000 110001 1000011 11111 100001 11001

Color Harmonies of #533F2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533F2A

Black with #533F2A

Text Example


Text Example

White with #533F2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533F2A; }

 p { color: rgb(83,63,42); }

 H1.HeaderClassName
 {
   color: #533F2A;
 }
 .AnyTagClassName
 {
   color: #533F2A;
 }
</style>

background-color css

<style>
 a { background-color: #533F2A; }

 a { background-color: rgb(83,63,42); }

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

border-color css

<style>
 span { border-color: #533F2A; }

 span { border-color: rgb(83,63,42); }

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