Html Css Color HEX #361404 Brown Pod

📋 copy color: '#361404'

red 54 ◦ green 20 ◦ blue 4

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

Shades of Brown Pod #361404

Tints of Brown Pod #361404

RGB

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

 GREEN value IS 20 (8.2% from 255) = 25.64%

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

R = 69.23%
G = 25.64%
B = 5.13%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.93

 K value IS 0.79

RGB Variations

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

Color information

#361404 (or 0x361404) is known color: Brown Pod. HEX triplet: 36, 14 and 04. RGB value is (54,20,4). Sum of RGB (Red+Green+Blue) = 54+20+4=78 (10% of max value = 765). Red value is 54 (21.48% from 255 or 69.23% from 78); Green value is 20 (8.20% from 255 or 25.64% from 78); Blue value is 4 (1.95% from 255 or 5.13% from 78); Max value from RGB is 54 - color contains mainly: red. Hex color #361404 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361404 is #C9EBFB. Grayscale: #1C1C1C. Windows color (decimal): -13233148 or 267318. OLE color: 267318.

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

Color convert

RGB 54 20 4 -
CMYK 0 0.63 0.93 0.79
HSL 19.2º 0.86% 0.11% -
HSV(B) 19.2º 0.93% 0.21% -
XYZ 1.79 1.29 0.27 -
YUV 28.34 114.26 146.3 -
System Red Green Blue C M Y K H S L
Decimal 54 20 4 0 0.63 0.93 0.79 19.2 0.86 0.11
Hex 36 14 4 0 3F 5D 4F 13 56 B
Octal 66 24 4 0 77 135 117 23 126 13
Binary 110110 10100 100 0 111111 1011101 1001111 10011 1010110 1011

Color Harmonies of #361404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361404

Black with #361404

Text Example


Text Example

White with #361404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361404; }

 p { color: rgb(54,20,4); }

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

background-color css

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

 a { background-color: rgb(54,20,4); }

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

border-color css

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

 span { border-color: rgb(54,20,4); }

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