Html Css Color HEX #53391A Brown Bramble

📋 copy color: '#53391A'

red 83 ◦ green 57 ◦ blue 26

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

Shades of Brown Bramble #53391A

Tints of Brown Bramble #53391A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 34.34%

 BLUE value IS 26 (10.55% from 255) = 15.66%

R = 50%
G = 34.34%
B = 15.66%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.69

 K value IS 0.67

RGB Variations

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

Color information

#53391A (or 0x53391A) is known color: Brown Bramble. HEX triplet: 53, 39 and 1A. RGB value is (83,57,26). Sum of RGB (Red+Green+Blue) = 83+57+26=166 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50% from 166); Green value is 57 (22.66% from 255 or 34.34% from 166); Blue value is 26 (10.55% from 255 or 15.66% from 166); Max value from RGB is 83 - color contains mainly: red. Hex color #53391A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53391A is #ACC6E5. Grayscale: #3D3D3D. Windows color (decimal): -11323110 or 1718611. OLE color: 1718611.

HSL color Cylindrical-coordinate representation of color #53391A: hue angle of 32.63º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #53391A is Cyan = 0, Magento = 0.31, Yellow = 0.69 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 57 26 -
CMYK 0 0.31 0.69 0.67
HSL 32.63º 0.52% 0.21% -
HSV(B) 32.63º 0.69% 0.33% -
XYZ 5.22 4.84 1.64 -
YUV 61.24 108.11 143.52 -
System Red Green Blue C M Y K H S L
Decimal 83 57 26 0 0.31 0.69 0.67 32.63 0.52 0.21
Hex 53 39 1A 0 1F 45 43 21 34 15
Octal 123 71 32 0 37 105 103 41 64 25
Binary 1010011 111001 11010 0 11111 1000101 1000011 100001 110100 10101

Color Harmonies of #53391A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53391A

Black with #53391A

Text Example


Text Example

White with #53391A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53391A; }

 p { color: rgb(83,57,26); }

 H1.HeaderClassName
 {
   color: #53391A;
 }
 .AnyTagClassName
 {
   color: #53391A;
 }
</style>

background-color css

<style>
 a { background-color: #53391A; }

 a { background-color: rgb(83,57,26); }

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

border-color css

<style>
 span { border-color: #53391A; }

 span { border-color: rgb(83,57,26); }

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