Html Css Color HEX #53381A Brown Bramble

📋 copy color: '#53381A'

red 83 ◦ green 56 ◦ blue 26

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

Shades of Brown Bramble #53381A

Tints of Brown Bramble #53381A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 33.94%

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

R = 50.3%
G = 33.94%
B = 15.76%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.69

 K value IS 0.67

RGB Variations

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

Color information

#53381A (or 0x53381A) is known color: Brown Bramble. HEX triplet: 53, 38 and 1A. RGB value is (83,56,26). Sum of RGB (Red+Green+Blue) = 83+56+26=165 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.30% from 165); Green value is 56 (22.27% from 255 or 33.94% from 165); Blue value is 26 (10.55% from 255 or 15.76% from 165); Max value from RGB is 83 - color contains mainly: red. Hex color #53381A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53381A is #ACC7E5. Grayscale: #3C3C3C. Windows color (decimal): -11323366 or 1718355. OLE color: 1718355.

HSL color Cylindrical-coordinate representation of color #53381A: hue angle of 31.58º 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 #53381A is Cyan = 0, Magento = 0.33, Yellow = 0.69 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 56 26 -
CMYK 0 0.33 0.69 0.67
HSL 31.58º 0.52% 0.21% -
HSV(B) 31.58º 0.69% 0.33% -
XYZ 5.17 4.74 1.62 -
YUV 60.65 108.45 143.94 -
System Red Green Blue C M Y K H S L
Decimal 83 56 26 0 0.33 0.69 0.67 31.58 0.52 0.21
Hex 53 38 1A 0 21 45 43 20 34 15
Octal 123 70 32 0 41 105 103 40 64 25
Binary 1010011 111000 11010 0 100001 1000101 1000011 100000 110100 10101

Color Harmonies of #53381A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53381A

Black with #53381A

Text Example


Text Example

White with #53381A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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