Html Css Color HEX #53361F Brown Bramble

📋 copy color: '#53361F'

red 83 ◦ green 54 ◦ blue 31

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

Shades of Brown Bramble #53361F

Tints of Brown Bramble #53361F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 32.14%

 BLUE value IS 31 (12.5% from 255) = 18.45%

R = 49.4%
G = 32.14%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.63

 K value IS 0.67

RGB Variations

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

Color information

#53361F (or 0x53361F) is known color: Brown Bramble. HEX triplet: 53, 36 and 1F. RGB value is (83,54,31). Sum of RGB (Red+Green+Blue) = 83+54+31=168 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.40% from 168); Green value is 54 (21.48% from 255 or 32.14% from 168); Blue value is 31 (12.5% from 255 or 18.45% from 168); Max value from RGB is 83 - color contains mainly: red. Hex color #53361F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53361F is #ACC9E0. Grayscale: #3C3C3C. Windows color (decimal): -11323873 or 2045523. OLE color: 2045523.

HSL color Cylindrical-coordinate representation of color #53361F: hue angle of 26.54º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #53361F is Cyan = 0, Magento = 0.35, Yellow = 0.63 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 54 31 -
CMYK 0 0.35 0.63 0.67
HSL 26.54º 0.46% 0.22% -
HSV(B) 26.54º 0.63% 0.33% -
XYZ 5.13 4.58 1.91 -
YUV 60.05 111.61 144.37 -
System Red Green Blue C M Y K H S L
Decimal 83 54 31 0 0.35 0.63 0.67 26.54 0.46 0.22
Hex 53 36 1F 0 23 3F 43 1B 2E 16
Octal 123 66 37 0 43 77 103 33 56 26
Binary 1010011 110110 11111 0 100011 111111 1000011 11011 101110 10110

Color Harmonies of #53361F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53361F

Black with #53361F

Text Example


Text Example

White with #53361F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53361F; }

 p { color: rgb(83,54,31); }

 H1.HeaderClassName
 {
   color: #53361F;
 }
 .AnyTagClassName
 {
   color: #53361F;
 }
</style>

background-color css

<style>
 a { background-color: #53361F; }

 a { background-color: rgb(83,54,31); }

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

border-color css

<style>
 span { border-color: #53361F; }

 span { border-color: rgb(83,54,31); }

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