Html Css Color HEX #533A1B Brown Bramble

📋 copy color: '#533A1B'

red 83 ◦ green 58 ◦ blue 27

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

Shades of Brown Bramble #533A1B

Tints of Brown Bramble #533A1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 16.07%

R = 49.4%
G = 34.52%
B = 16.07%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.67

 K value IS 0.67

RGB Variations

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

Color information

#533A1B (or 0x533A1B) is known color: Brown Bramble. HEX triplet: 53, 3A and 1B. RGB value is (83,58,27). Sum of RGB (Red+Green+Blue) = 83+58+27=168 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.40% from 168); Green value is 58 (23.05% from 255 or 34.52% from 168); Blue value is 27 (10.94% from 255 or 16.07% from 168); Max value from RGB is 83 - color contains mainly: red. Hex color #533A1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533A1B is #ACC5E4. Grayscale: #3E3E3E. Windows color (decimal): -11322853 or 1784403. OLE color: 1784403.

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

Color convert

RGB 83 58 27 -
CMYK 0 0.30 0.67 0.67
HSL 33.21º 0.51% 0.22% -
HSV(B) 33.21º 0.67% 0.33% -
XYZ 5.28 4.94 1.71 -
YUV 61.94 108.28 143.02 -
System Red Green Blue C M Y K H S L
Decimal 83 58 27 0 0.30 0.67 0.67 33.21 0.51 0.22
Hex 53 3A 1B 0 1E 43 43 21 33 16
Octal 123 72 33 0 36 103 103 41 63 26
Binary 1010011 111010 11011 0 11110 1000011 1000011 100001 110011 10110

Color Harmonies of #533A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533A1B

Black with #533A1B

Text Example


Text Example

White with #533A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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