Html Css Color HEX #531802 Brown Pod

📋 copy color: '#531802'

red 83 ◦ green 24 ◦ blue 2

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

Shades of Brown Pod #531802

Tints of Brown Pod #531802

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.83%

R = 76.15%
G = 22.02%
B = 1.83%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.98

 K value IS 0.67

RGB Variations

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

Color information

#531802 (or 0x531802) is known color: Brown Pod. HEX triplet: 53, 18 and 02. RGB value is (83,24,2). Sum of RGB (Red+Green+Blue) = 83+24+2=109 (14% of max value = 765). Red value is 83 (32.81% from 255 or 76.15% from 109); Green value is 24 (9.77% from 255 or 22.02% from 109); Blue value is 2 (1.17% from 255 or 1.83% from 109); Max value from RGB is 83 - color contains mainly: red. Hex color #531802 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531802 is #ACE7FD. Grayscale: #272727. Windows color (decimal): -11331582 or 137299. OLE color: 137299.

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

Color convert

RGB 83 24 2 -
CMYK 0 0.71 0.98 0.67
HSL 16.3º 0.95% 0.17% -
HSV(B) 16.3º 0.98% 0.33% -
XYZ 3.9 2.5 0.33 -
YUV 39.13 107.05 159.29 -
System Red Green Blue C M Y K H S L
Decimal 83 24 2 0 0.71 0.98 0.67 16.3 0.95 0.17
Hex 53 18 2 0 47 62 43 10 5F 11
Octal 123 30 2 0 107 142 103 20 137 21
Binary 1010011 11000 10 0 1000111 1100010 1000011 10000 1011111 10001

Color Harmonies of #531802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531802

Black with #531802

Text Example


Text Example

White with #531802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531802; }

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

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

background-color css

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

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

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

border-color css

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

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

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