Html Css Color HEX #531702 Brown Pod

📋 copy color: '#531702'

red 83 ◦ green 23 ◦ blue 2

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

Shades of Brown Pod #531702

Tints of Brown Pod #531702

RGB

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

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

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

R = 76.85%
G = 21.3%
B = 1.85%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.98

 K value IS 0.67

RGB Variations

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

Color information

#531702 (or 0x531702) is known color: Brown Pod. HEX triplet: 53, 17 and 02. RGB value is (83,23,2). Sum of RGB (Red+Green+Blue) = 83+23+2=108 (14% of max value = 765). Red value is 83 (32.81% from 255 or 76.85% from 108); Green value is 23 (9.38% from 255 or 21.30% from 108); Blue value is 2 (1.17% from 255 or 1.85% from 108); Max value from RGB is 83 - color contains mainly: red. Hex color #531702 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531702 is #ACE8FD. Grayscale: #262626. Windows color (decimal): -11331838 or 137043. OLE color: 137043.

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

Color convert

RGB 83 23 2 -
CMYK 0 0.72 0.98 0.67
HSL 15.56º 0.95% 0.17% -
HSV(B) 15.56º 0.98% 0.33% -
XYZ 3.88 2.46 0.33 -
YUV 38.55 107.38 159.71 -
System Red Green Blue C M Y K H S L
Decimal 83 23 2 0 0.72 0.98 0.67 15.56 0.95 0.17
Hex 53 17 2 0 48 62 43 10 5F 11
Octal 123 27 2 0 110 142 103 20 137 21
Binary 1010011 10111 10 0 1001000 1100010 1000011 10000 1011111 10001

Color Harmonies of #531702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531702

Black with #531702

Text Example


Text Example

White with #531702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531702; }

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

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

background-color css

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

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

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

border-color css

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

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

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