Html Css Color HEX #533525 Brown Bramble

📋 copy color: '#533525'

red 83 ◦ green 53 ◦ blue 37

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

Shades of Brown Bramble #533525

Tints of Brown Bramble #533525

RGB

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

 GREEN value IS 53 (21.09% from 255) = 30.64%

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

R = 47.98%
G = 30.64%
B = 21.39%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.55

 K value IS 0.67

RGB Variations

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

Color information

#533525 (or 0x533525) is known color: Brown Bramble. HEX triplet: 53, 35 and 25. RGB value is (83,53,37). Sum of RGB (Red+Green+Blue) = 83+53+37=173 (22% of max value = 765). Red value is 83 (32.81% from 255 or 47.98% from 173); Green value is 53 (21.09% from 255 or 30.64% from 173); Blue value is 37 (14.84% from 255 or 21.39% from 173); Max value from RGB is 83 - color contains mainly: red. Hex color #533525 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533525 is #ACCADA. Grayscale: #3C3C3C. Windows color (decimal): -11324123 or 2438483. OLE color: 2438483.

HSL color Cylindrical-coordinate representation of color #533525: hue angle of 20.87º 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 #533525 is Cyan = 0, Magento = 0.36, Yellow = 0.55 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 53 37 -
CMYK 0 0.36 0.55 0.67
HSL 20.87º 0.38% 0.24% -
HSV(B) 20.87º 0.55% 0.33% -
XYZ 5.17 4.52 2.35 -
YUV 60.15 114.94 144.3 -
System Red Green Blue C M Y K H S L
Decimal 83 53 37 0 0.36 0.55 0.67 20.87 0.38 0.24
Hex 53 35 25 0 24 37 43 15 26 18
Octal 123 65 45 0 44 67 103 25 46 30
Binary 1010011 110101 100101 0 100100 110111 1000011 10101 100110 11000

Color Harmonies of #533525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533525

Black with #533525

Text Example


Text Example

White with #533525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533525; }

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

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

background-color css

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

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

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

border-color css

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

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

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