Html Css Color HEX #531800 Brown Pod

📋 copy color: '#531800'

red 83 ◦ green 24 ◦ blue 0

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

Shades of Brown Pod #531800

Tints of Brown Pod #531800

RGB

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

 GREEN value IS 24 (9.77% from 255) = 22.43%

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

R = 77.57%
G = 22.43%
B = 0%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 1

 K value IS 0.67

RGB Variations

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

Color information

#531800 (or 0x531800) is known color: Brown Pod. HEX triplet: 53, 18 and 00. RGB value is (83,24,0). Sum of RGB (Red+Green+Blue) = 83+24+0=107 (14% of max value = 765). Red value is 83 (32.81% from 255 or 77.57% from 107); Green value is 24 (9.77% from 255 or 22.43% from 107); Blue value is 0 (0.39% from 255 or 0% from 107); Max value from RGB is 83 - color contains mainly: red. Hex color #531800 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531800 is #ACE7FF. Grayscale: #272727. Windows color (decimal): -11331584 or 6227. OLE color: 6227.

HSL color Cylindrical-coordinate representation of color #531800: hue angle of 17.35º 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 #531800 is Cyan = 0, Magento = 0.71, Yellow = 1 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 24 0 -
CMYK 0 0.71 1 0.67
HSL 17.35º 1% 0.16% -
HSV(B) 17.35º 1% 0.33% -
XYZ 3.89 2.49 0.28 -
YUV 38.91 106.05 159.45 -
System Red Green Blue C M Y K H S L
Decimal 83 24 0 0 0.71 1 0.67 17.35 1 0.16
Hex 53 18 0 0 47 64 43 11 64 10
Octal 123 30 0 0 107 144 103 21 144 20
Binary 1010011 11000 0 0 1000111 1100100 1000011 10001 1100100 10000

Color Harmonies of #531800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531800

Black with #531800

Text Example


Text Example

White with #531800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531800; }

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

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

background-color css

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

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

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

border-color css

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

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

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