Html Css Color HEX #53351E Brown Bramble

📋 copy color: '#53351E'

red 83 ◦ green 53 ◦ blue 30

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

Shades of Brown Bramble #53351E

Tints of Brown Bramble #53351E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 31.93%

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

R = 50%
G = 31.93%
B = 18.07%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.64

 K value IS 0.67

RGB Variations

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

Color information

#53351E (or 0x53351E) is known color: Brown Bramble. HEX triplet: 53, 35 and 1E. RGB value is (83,53,30). Sum of RGB (Red+Green+Blue) = 83+53+30=166 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50% from 166); Green value is 53 (21.09% from 255 or 31.93% from 166); Blue value is 30 (12.11% from 255 or 18.07% from 166); Max value from RGB is 83 - color contains mainly: red. Hex color #53351E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53351E is #ACCAE1. Grayscale: #3B3B3B. Windows color (decimal): -11324130 or 1979731. OLE color: 1979731.

HSL color Cylindrical-coordinate representation of color #53351E: hue angle of 26.04º 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 #53351E is Cyan = 0, Magento = 0.36, Yellow = 0.64 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 53 30 -
CMYK 0 0.36 0.64 0.67
HSL 26.04º 0.47% 0.22% -
HSV(B) 26.04º 0.64% 0.33% -
XYZ 5.07 4.48 1.83 -
YUV 59.35 111.44 144.87 -
System Red Green Blue C M Y K H S L
Decimal 83 53 30 0 0.36 0.64 0.67 26.04 0.47 0.22
Hex 53 35 1E 0 24 40 43 1A 2F 16
Octal 123 65 36 0 44 100 103 32 57 26
Binary 1010011 110101 11110 0 100100 1000000 1000011 11010 101111 10110

Color Harmonies of #53351E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53351E

Black with #53351E

Text Example


Text Example

White with #53351E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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