Html Css Color HEX #53331C Brown Bramble

📋 copy color: '#53331C'

red 83 ◦ green 51 ◦ blue 28

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

Shades of Brown Bramble #53331C

Tints of Brown Bramble #53331C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 31.48%

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

R = 51.23%
G = 31.48%
B = 17.28%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.66

 K value IS 0.67

RGB Variations

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

Color information

#53331C (or 0x53331C) is known color: Brown Bramble. HEX triplet: 53, 33 and 1C. RGB value is (83,51,28). Sum of RGB (Red+Green+Blue) = 83+51+28=162 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.23% from 162); Green value is 51 (20.31% from 255 or 31.48% from 162); Blue value is 28 (11.33% from 255 or 17.28% from 162); Max value from RGB is 83 - color contains mainly: red. Hex color #53331C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53331C is #ACCCE3. Grayscale: #3A3A3A. Windows color (decimal): -11324644 or 1848147. OLE color: 1848147.

HSL color Cylindrical-coordinate representation of color #53331C: hue angle of 25.09º 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 #53331C is Cyan = 0, Magento = 0.39, Yellow = 0.66 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 51 28 -
CMYK 0 0.39 0.66 0.67
HSL 25.09º 0.5% 0.22% -
HSV(B) 25.09º 0.66% 0.33% -
XYZ 4.96 4.29 1.67 -
YUV 57.95 111.1 145.87 -
System Red Green Blue C M Y K H S L
Decimal 83 51 28 0 0.39 0.66 0.67 25.09 0.5 0.22
Hex 53 33 1C 0 27 42 43 19 32 16
Octal 123 63 34 0 47 102 103 31 62 26
Binary 1010011 110011 11100 0 100111 1000010 1000011 11001 110010 10110

Color Harmonies of #53331C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53331C

Black with #53331C

Text Example


Text Example

White with #53331C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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