Html Css Color HEX #361A04 Brown Pod

📋 copy color: '#361A04'

red 54 ◦ green 26 ◦ blue 4

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

Shades of Brown Pod #361A04

Tints of Brown Pod #361A04

RGB

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

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

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

R = 64.29%
G = 30.95%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.93

 K value IS 0.79

RGB Variations

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

Color information

#361A04 (or 0x361A04) is known color: Brown Pod. HEX triplet: 36, 1A and 04. RGB value is (54,26,4). Sum of RGB (Red+Green+Blue) = 54+26+4=84 (11% of max value = 765). Red value is 54 (21.48% from 255 or 64.29% from 84); Green value is 26 (10.55% from 255 or 30.95% from 84); Blue value is 4 (1.95% from 255 or 4.76% from 84); Max value from RGB is 54 - color contains mainly: red. Hex color #361A04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #361A04 is #C9E5FB. Grayscale: #1F1F1F. Windows color (decimal): -13231612 or 268854. OLE color: 268854.

HSL color Cylindrical-coordinate representation of color #361A04: hue angle of 26.4º 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 #361A04 is Cyan = 0, Magento = 0.52, Yellow = 0.93 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 26 4 -
CMYK 0 0.52 0.93 0.79
HSL 26.4º 0.86% 0.11% -
HSV(B) 26.4º 0.93% 0.21% -
XYZ 1.91 1.53 0.31 -
YUV 31.86 112.28 143.79 -
System Red Green Blue C M Y K H S L
Decimal 54 26 4 0 0.52 0.93 0.79 26.4 0.86 0.11
Hex 36 1A 4 0 34 5D 4F 1A 56 B
Octal 66 32 4 0 64 135 117 32 126 13
Binary 110110 11010 100 0 110100 1011101 1001111 11010 1010110 1011

Color Harmonies of #361A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361A04

Black with #361A04

Text Example


Text Example

White with #361A04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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