Html Css Color HEX #361503 Brown Pod

📋 copy color: '#361503'

red 54 ◦ green 21 ◦ blue 3

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

Shades of Brown Pod #361503

Tints of Brown Pod #361503

RGB

 RED value IS 54 (21.48% from 255) = 69.23%

 GREEN value IS 21 (8.59% from 255) = 26.92%

 BLUE value IS 3 (1.56% from 255) = 3.85%

R = 69.23%
G = 26.92%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.94

 K value IS 0.79

RGB Variations

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

Color information

#361503 (or 0x361503) is known color: Brown Pod. HEX triplet: 36, 15 and 03. RGB value is (54,21,3). Sum of RGB (Red+Green+Blue) = 54+21+3=78 (10% of max value = 765). Red value is 54 (21.48% from 255 or 69.23% from 78); Green value is 21 (8.59% from 255 or 26.92% from 78); Blue value is 3 (1.56% from 255 or 3.85% from 78); Max value from RGB is 54 - color contains mainly: red. Hex color #361503 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361503 is #C9EAFC. Grayscale: #1C1C1C. Windows color (decimal): -13232893 or 202038. OLE color: 202038.

HSL color Cylindrical-coordinate representation of color #361503: hue angle of 21.18º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #361503 is Cyan = 0, Magento = 0.61, Yellow = 0.94 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 21 3 -
CMYK 0 0.61 0.94 0.79
HSL 21.18º 0.89% 0.11% -
HSV(B) 21.18º 0.94% 0.21% -
XYZ 1.81 1.33 0.25 -
YUV 28.82 113.43 145.96 -
System Red Green Blue C M Y K H S L
Decimal 54 21 3 0 0.61 0.94 0.79 21.18 0.89 0.11
Hex 36 15 3 0 3D 5E 4F 15 59 B
Octal 66 25 3 0 75 136 117 25 131 13
Binary 110110 10101 11 0 111101 1011110 1001111 10101 1011001 1011

Color Harmonies of #361503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361503

Black with #361503

Text Example


Text Example

White with #361503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361503; }

 p { color: rgb(54,21,3); }

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

background-color css

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

 a { background-color: rgb(54,21,3); }

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

border-color css

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

 span { border-color: rgb(54,21,3); }

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