Html Css Color HEX #53371E Brown Bramble

📋 copy color: '#53371E'

red 83 ◦ green 55 ◦ blue 30

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

Shades of Brown Bramble #53371E

Tints of Brown Bramble #53371E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 17.86%

R = 49.4%
G = 32.74%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.64

 K value IS 0.67

RGB Variations

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

Color information

#53371E (or 0x53371E) is known color: Brown Bramble. HEX triplet: 53, 37 and 1E. RGB value is (83,55,30). Sum of RGB (Red+Green+Blue) = 83+55+30=168 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.40% from 168); Green value is 55 (21.88% from 255 or 32.74% from 168); Blue value is 30 (12.11% from 255 or 17.86% from 168); Max value from RGB is 83 - color contains mainly: red. Hex color #53371E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53371E is #ACC8E1. Grayscale: #3C3C3C. Windows color (decimal): -11323618 or 1980243. OLE color: 1980243.

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

Color convert

RGB 83 55 30 -
CMYK 0 0.34 0.64 0.67
HSL 28.3º 0.47% 0.22% -
HSV(B) 28.3º 0.64% 0.33% -
XYZ 5.17 4.67 1.86 -
YUV 60.52 110.78 144.03 -
System Red Green Blue C M Y K H S L
Decimal 83 55 30 0 0.34 0.64 0.67 28.3 0.47 0.22
Hex 53 37 1E 0 22 40 43 1C 2F 16
Octal 123 67 36 0 42 100 103 34 57 26
Binary 1010011 110111 11110 0 100010 1000000 1000011 11100 101111 10110

Color Harmonies of #53371E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53371E

Black with #53371E

Text Example


Text Example

White with #53371E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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