Html Css Color HEX #533119 Brown Bramble

📋 copy color: '#533119'

red 83 ◦ green 49 ◦ blue 25

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

Shades of Brown Bramble #533119

Tints of Brown Bramble #533119

RGB

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

 GREEN value IS 49 (19.53% from 255) = 31.21%

 BLUE value IS 25 (10.16% from 255) = 15.92%

R = 52.87%
G = 31.21%
B = 15.92%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.70

 K value IS 0.67

RGB Variations

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

Color information

#533119 (or 0x533119) is known color: Brown Bramble. HEX triplet: 53, 31 and 19. RGB value is (83,49,25). Sum of RGB (Red+Green+Blue) = 83+49+25=157 (20% of max value = 765). Red value is 83 (32.81% from 255 or 52.87% from 157); Green value is 49 (19.53% from 255 or 31.21% from 157); Blue value is 25 (10.16% from 255 or 15.92% from 157); Max value from RGB is 83 - color contains mainly: red. Hex color #533119 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533119 is #ACCEE6. Grayscale: #383838. Windows color (decimal): -11325159 or 1651027. OLE color: 1651027.

HSL color Cylindrical-coordinate representation of color #533119: hue angle of 24.83º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #533119 is Cyan = 0, Magento = 0.41, Yellow = 0.70 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 49 25 -
CMYK 0 0.41 0.70 0.67
HSL 24.83º 0.54% 0.21% -
HSV(B) 24.83º 0.7% 0.33% -
XYZ 4.84 4.11 1.46 -
YUV 56.43 110.26 146.95 -
System Red Green Blue C M Y K H S L
Decimal 83 49 25 0 0.41 0.70 0.67 24.83 0.54 0.21
Hex 53 31 19 0 29 46 43 19 36 15
Octal 123 61 31 0 51 106 103 31 66 25
Binary 1010011 110001 11001 0 101001 1000110 1000011 11001 110110 10101

Color Harmonies of #533119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533119

Black with #533119

Text Example


Text Example

White with #533119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533119; }

 p { color: rgb(83,49,25); }

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

background-color css

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

 a { background-color: rgb(83,49,25); }

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

border-color css

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

 span { border-color: rgb(83,49,25); }

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