Html Css Color HEX #53371C Brown Bramble

📋 copy color: '#53371C'

red 83 ◦ green 55 ◦ blue 28

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

Shades of Brown Bramble #53371C

Tints of Brown Bramble #53371C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 16.87%

R = 50%
G = 33.13%
B = 16.87%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.66

 K value IS 0.67

RGB Variations

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

Color information

#53371C (or 0x53371C) is known color: Brown Bramble. HEX triplet: 53, 37 and 1C. RGB value is (83,55,28). Sum of RGB (Red+Green+Blue) = 83+55+28=166 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50% from 166); Green value is 55 (21.88% from 255 or 33.13% from 166); Blue value is 28 (11.33% from 255 or 16.87% from 166); Max value from RGB is 83 - color contains mainly: red. Hex color #53371C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53371C is #ACC8E3. Grayscale: #3C3C3C. Windows color (decimal): -11323620 or 1849171. OLE color: 1849171.

HSL color Cylindrical-coordinate representation of color #53371C: hue angle of 29.45º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #53371C is Cyan = 0, Magento = 0.34, Yellow = 0.66 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 55 28 -
CMYK 0 0.34 0.66 0.67
HSL 29.45º 0.5% 0.22% -
HSV(B) 29.45º 0.66% 0.33% -
XYZ 5.14 4.66 1.73 -
YUV 60.29 109.78 144.2 -
System Red Green Blue C M Y K H S L
Decimal 83 55 28 0 0.34 0.66 0.67 29.45 0.5 0.22
Hex 53 37 1C 0 22 42 43 1D 32 16
Octal 123 67 34 0 42 102 103 35 62 26
Binary 1010011 110111 11100 0 100010 1000010 1000011 11101 110010 10110

Color Harmonies of #53371C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53371C

Black with #53371C

Text Example


Text Example

White with #53371C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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