Html Css Color HEX #531700 Brown Pod

📋 copy color: '#531700'

red 83 ◦ green 23 ◦ blue 0

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

Shades of Brown Pod #531700

Tints of Brown Pod #531700

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 78.3%
G = 21.7%
B = 0%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 1

 K value IS 0.67

RGB Variations

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

Color information

#531700 (or 0x531700) is known color: Brown Pod. HEX triplet: 53, 17 and 00. RGB value is (83,23,0). Sum of RGB (Red+Green+Blue) = 83+23+0=106 (14% of max value = 765). Red value is 83 (32.81% from 255 or 78.30% from 106); Green value is 23 (9.38% from 255 or 21.70% from 106); Blue value is 0 (0.39% from 255 or 0% from 106); Max value from RGB is 83 - color contains mainly: red. Hex color #531700 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531700 is #ACE8FF. Grayscale: #262626. Windows color (decimal): -11331840 or 5971. OLE color: 5971.

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

Color convert

RGB 83 23 0 -
CMYK 0 0.72 1 0.67
HSL 16.63º 1% 0.16% -
HSV(B) 16.63º 1% 0.33% -
XYZ 3.87 2.45 0.27 -
YUV 38.32 106.38 159.87 -
System Red Green Blue C M Y K H S L
Decimal 83 23 0 0 0.72 1 0.67 16.63 1 0.16
Hex 53 17 0 0 48 64 43 11 64 10
Octal 123 27 0 0 110 144 103 21 144 20
Binary 1010011 10111 0 0 1001000 1100100 1000011 10001 1100100 10000

Color Harmonies of #531700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531700

Black with #531700

Text Example


Text Example

White with #531700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531700; }

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

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

background-color css

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

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

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

border-color css

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

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

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