Html Css Color HEX #533019 Brown Bramble

📋 copy color: '#533019'

red 83 ◦ green 48 ◦ blue 25

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

Shades of Brown Bramble #533019

Tints of Brown Bramble #533019

RGB

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

 GREEN value IS 48 (19.14% from 255) = 30.77%

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

R = 53.21%
G = 30.77%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.70

 K value IS 0.67

RGB Variations

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

Color information

#533019 (or 0x533019) is known color: Brown Bramble. HEX triplet: 53, 30 and 19. RGB value is (83,48,25). Sum of RGB (Red+Green+Blue) = 83+48+25=156 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.21% from 156); Green value is 48 (19.14% from 255 or 30.77% from 156); Blue value is 25 (10.16% from 255 or 16.03% from 156); Max value from RGB is 83 - color contains mainly: red. Hex color #533019 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533019 is #ACCFE6. Grayscale: #373737. Windows color (decimal): -11325415 or 1650771. OLE color: 1650771.

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

Color convert

RGB 83 48 25 -
CMYK 0 0.42 0.70 0.67
HSL 23.79º 0.54% 0.21% -
HSV(B) 23.79º 0.7% 0.33% -
XYZ 4.8 4.02 1.44 -
YUV 55.84 110.6 147.37 -
System Red Green Blue C M Y K H S L
Decimal 83 48 25 0 0.42 0.70 0.67 23.79 0.54 0.21
Hex 53 30 19 0 2A 46 43 18 36 15
Octal 123 60 31 0 52 106 103 30 66 25
Binary 1010011 110000 11001 0 101010 1000110 1000011 11000 110110 10101

Color Harmonies of #533019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533019

Black with #533019

Text Example


Text Example

White with #533019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533019; }

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

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

background-color css

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

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

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

border-color css

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

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

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