Html Css Color HEX #53371B Brown Bramble

📋 copy color: '#53371B'

red 83 ◦ green 55 ◦ blue 27

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

Shades of Brown Bramble #53371B

Tints of Brown Bramble #53371B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 33.33%

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

R = 50.3%
G = 33.33%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.67

 K value IS 0.67

RGB Variations

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

Color information

#53371B (or 0x53371B) is known color: Brown Bramble. HEX triplet: 53, 37 and 1B. RGB value is (83,55,27). Sum of RGB (Red+Green+Blue) = 83+55+27=165 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.30% from 165); Green value is 55 (21.88% from 255 or 33.33% from 165); Blue value is 27 (10.94% from 255 or 16.36% from 165); Max value from RGB is 83 - color contains mainly: red. Hex color #53371B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53371B is #ACC8E4. Grayscale: #3C3C3C. Windows color (decimal): -11323621 or 1783635. OLE color: 1783635.

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

Color convert

RGB 83 55 27 -
CMYK 0 0.34 0.67 0.67
HSL 30º 0.51% 0.22% -
HSV(B) 30º 0.67% 0.33% -
XYZ 5.13 4.65 1.66 -
YUV 60.18 109.28 144.28 -
System Red Green Blue C M Y K H S L
Decimal 83 55 27 0 0.34 0.67 0.67 30 0.51 0.22
Hex 53 37 1B 0 22 43 43 1E 33 16
Octal 123 67 33 0 42 103 103 36 63 26
Binary 1010011 110111 11011 0 100010 1000011 1000011 11110 110011 10110

Color Harmonies of #53371B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53371B

Black with #53371B

Text Example


Text Example

White with #53371B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53371B; }

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

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

background-color css

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

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

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

border-color css

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

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

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