Html Css Color HEX #533F25 Deep Bronze

📋 copy color: '#533F25'

red 83 ◦ green 63 ◦ blue 37

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

Shades of Deep Bronze #533F25

Tints of Deep Bronze #533F25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 20.22%

R = 45.36%
G = 34.43%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.55

 K value IS 0.67

RGB Variations

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

Color information

#533F25 (or 0x533F25) is known color: Deep Bronze. HEX triplet: 53, 3F and 25. RGB value is (83,63,37). Sum of RGB (Red+Green+Blue) = 83+63+37=183 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.36% from 183); Green value is 63 (25% from 255 or 34.43% from 183); Blue value is 37 (14.84% from 255 or 20.22% from 183); Max value from RGB is 83 - color contains mainly: red. Hex color #533F25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533F25 is #ACC0DA. Grayscale: #424242. Windows color (decimal): -11321563 or 2441043. OLE color: 2441043.

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

Color convert

RGB 83 63 37 -
CMYK 0 0.24 0.55 0.67
HSL 33.91º 0.38% 0.24% -
HSV(B) 33.91º 0.55% 0.33% -
XYZ 5.68 5.53 2.52 -
YUV 66.02 111.63 140.11 -
System Red Green Blue C M Y K H S L
Decimal 83 63 37 0 0.24 0.55 0.67 33.91 0.38 0.24
Hex 53 3F 25 0 18 37 43 22 26 18
Octal 123 77 45 0 30 67 103 42 46 30
Binary 1010011 111111 100101 0 11000 110111 1000011 100010 100110 11000

Color Harmonies of #533F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533F25

Black with #533F25

Text Example


Text Example

White with #533F25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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