Html Css Color HEX #361303 Brown Pod

📋 copy color: '#361303'

red 54 ◦ green 19 ◦ blue 3

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

Shades of Brown Pod #361303

Tints of Brown Pod #361303

RGB

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

 GREEN value IS 19 (7.81% from 255) = 25%

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

R = 71.05%
G = 25%
B = 3.95%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.94

 K value IS 0.79

RGB Variations

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

Color information

#361303 (or 0x361303) is known color: Brown Pod. HEX triplet: 36, 13 and 03. RGB value is (54,19,3). Sum of RGB (Red+Green+Blue) = 54+19+3=76 (10% of max value = 765). Red value is 54 (21.48% from 255 or 71.05% from 76); Green value is 19 (7.81% from 255 or 25% from 76); Blue value is 3 (1.56% from 255 or 3.95% from 76); Max value from RGB is 54 - color contains mainly: red. Hex color #361303 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361303 is #C9ECFC. Grayscale: #1B1B1B. Windows color (decimal): -13233405 or 201526. OLE color: 201526.

HSL color Cylindrical-coordinate representation of color #361303: hue angle of 18.82º 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 #361303 is Cyan = 0, Magento = 0.65, Yellow = 0.94 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 19 3 -
CMYK 0 0.65 0.94 0.79
HSL 18.82º 0.89% 0.11% -
HSV(B) 18.82º 0.94% 0.21% -
XYZ 1.77 1.26 0.24 -
YUV 27.64 114.1 146.8 -
System Red Green Blue C M Y K H S L
Decimal 54 19 3 0 0.65 0.94 0.79 18.82 0.89 0.11
Hex 36 13 3 0 41 5E 4F 13 59 B
Octal 66 23 3 0 101 136 117 23 131 13
Binary 110110 10011 11 0 1000001 1011110 1001111 10011 1011001 1011

Color Harmonies of #361303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361303

Black with #361303

Text Example


Text Example

White with #361303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361303; }

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

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

background-color css

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

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

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

border-color css

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

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

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