Html Css Color HEX #531701 Brown Pod

📋 copy color: '#531701'

red 83 ◦ green 23 ◦ blue 1

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

Shades of Brown Pod #531701

Tints of Brown Pod #531701

RGB

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

 GREEN value IS 23 (9.38% from 255) = 21.5%

 BLUE value IS 1 (0.78% from 255) = 0.93%

R = 77.57%
G = 21.5%
B = 0.93%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.99

 K value IS 0.67

RGB Variations

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

Color information

#531701 (or 0x531701) is known color: Brown Pod. HEX triplet: 53, 17 and 01. RGB value is (83,23,1). Sum of RGB (Red+Green+Blue) = 83+23+1=107 (14% of max value = 765). Red value is 83 (32.81% from 255 or 77.57% from 107); Green value is 23 (9.38% from 255 or 21.50% from 107); Blue value is 1 (0.78% from 255 or 0.93% from 107); Max value from RGB is 83 - color contains mainly: red. Hex color #531701 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531701 is #ACE8FE. Grayscale: #262626. Windows color (decimal): -11331839 or 71507. OLE color: 71507.

HSL color Cylindrical-coordinate representation of color #531701: hue angle of 16.1º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #531701 is Cyan = 0, Magento = 0.72, Yellow = 0.99 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 23 1 -
CMYK 0 0.72 0.99 0.67
HSL 16.1º 0.98% 0.16% -
HSV(B) 16.1º 0.99% 0.33% -
XYZ 3.88 2.45 0.3 -
YUV 38.43 106.88 159.79 -
System Red Green Blue C M Y K H S L
Decimal 83 23 1 0 0.72 0.99 0.67 16.1 0.98 0.16
Hex 53 17 1 0 48 63 43 10 62 10
Octal 123 27 1 0 110 143 103 20 142 20
Binary 1010011 10111 1 0 1001000 1100011 1000011 10000 1100010 10000

Color Harmonies of #531701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531701

Black with #531701

Text Example


Text Example

White with #531701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531701; }

 p { color: rgb(83,23,1); }

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

background-color css

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

 a { background-color: rgb(83,23,1); }

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

border-color css

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

 span { border-color: rgb(83,23,1); }

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