Html Css Color HEX #531A04 Brown Pod

📋 copy color: '#531A04'

red 83 ◦ green 26 ◦ blue 4

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

Shades of Brown Pod #531A04

Tints of Brown Pod #531A04

RGB

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

 GREEN value IS 26 (10.55% from 255) = 23.01%

 BLUE value IS 4 (1.95% from 255) = 3.54%

R = 73.45%
G = 23.01%
B = 3.54%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.95

 K value IS 0.67

RGB Variations

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

Color information

#531A04 (or 0x531A04) is known color: Brown Pod. HEX triplet: 53, 1A and 04. RGB value is (83,26,4). Sum of RGB (Red+Green+Blue) = 83+26+4=113 (14% of max value = 765). Red value is 83 (32.81% from 255 or 73.45% from 113); Green value is 26 (10.55% from 255 or 23.01% from 113); Blue value is 4 (1.95% from 255 or 3.54% from 113); Max value from RGB is 83 - color contains mainly: red. Hex color #531A04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #531A04 is #ACE5FB. Grayscale: #282828. Windows color (decimal): -11331068 or 268883. OLE color: 268883.

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

Color convert

RGB 83 26 4 -
CMYK 0 0.69 0.95 0.67
HSL 16.71º 0.91% 0.17% -
HSV(B) 16.71º 0.95% 0.33% -
XYZ 3.96 2.59 0.41 -
YUV 40.54 107.38 158.29 -
System Red Green Blue C M Y K H S L
Decimal 83 26 4 0 0.69 0.95 0.67 16.71 0.91 0.17
Hex 53 1A 4 0 45 5F 43 11 5B 11
Octal 123 32 4 0 105 137 103 21 133 21
Binary 1010011 11010 100 0 1000101 1011111 1000011 10001 1011011 10001

Color Harmonies of #531A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531A04

Black with #531A04

Text Example


Text Example

White with #531A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531A04; }

 p { color: rgb(83,26,4); }

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

background-color css

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

 a { background-color: rgb(83,26,4); }

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

border-color css

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

 span { border-color: rgb(83,26,4); }

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