Html Css Color HEX #533A19 Brown Bramble

📋 copy color: '#533A19'

red 83 ◦ green 58 ◦ blue 25

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

Shades of Brown Bramble #533A19

Tints of Brown Bramble #533A19

RGB

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

 GREEN value IS 58 (23.05% from 255) = 34.94%

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

R = 50%
G = 34.94%
B = 15.06%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.70

 K value IS 0.67

RGB Variations

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

Color information

#533A19 (or 0x533A19) is known color: Brown Bramble. HEX triplet: 53, 3A and 19. RGB value is (83,58,25). Sum of RGB (Red+Green+Blue) = 83+58+25=166 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50% from 166); Green value is 58 (23.05% from 255 or 34.94% from 166); Blue value is 25 (10.16% from 255 or 15.06% from 166); Max value from RGB is 83 - color contains mainly: red. Hex color #533A19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533A19 is #ACC5E6. Grayscale: #3D3D3D. Windows color (decimal): -11322855 or 1653331. OLE color: 1653331.

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

Color convert

RGB 83 58 25 -
CMYK 0 0.30 0.70 0.67
HSL 34.14º 0.54% 0.21% -
HSV(B) 34.14º 0.7% 0.33% -
XYZ 5.26 4.94 1.6 -
YUV 61.71 107.28 143.18 -
System Red Green Blue C M Y K H S L
Decimal 83 58 25 0 0.30 0.70 0.67 34.14 0.54 0.21
Hex 53 3A 19 0 1E 46 43 22 36 15
Octal 123 72 31 0 36 106 103 42 66 25
Binary 1010011 111010 11001 0 11110 1000110 1000011 100010 110110 10101

Color Harmonies of #533A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533A19

Black with #533A19

Text Example


Text Example

White with #533A19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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