Html Css Color HEX #361A0D Brown Pod

📋 copy color: '#361A0D'

red 54 ◦ green 26 ◦ blue 13

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

Shades of Brown Pod #361A0D

Tints of Brown Pod #361A0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 13.98%

R = 58.06%
G = 27.96%
B = 13.98%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.76

 K value IS 0.79

RGB Variations

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

Color information

#361A0D (or 0x361A0D) is known color: Brown Pod. HEX triplet: 36, 1A and 0D. RGB value is (54,26,13). Sum of RGB (Red+Green+Blue) = 54+26+13=93 (12% of max value = 765). Red value is 54 (21.48% from 255 or 58.06% from 93); Green value is 26 (10.55% from 255 or 27.96% from 93); Blue value is 13 (5.47% from 255 or 13.98% from 93); Max value from RGB is 54 - color contains mainly: red. Hex color #361A0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #361A0D is #C9E5F2. Grayscale: #202020. Windows color (decimal): -13231603 or 858678. OLE color: 858678.

HSL color Cylindrical-coordinate representation of color #361A0D: hue angle of 19.02º degrees, saturation: 0.61, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #361A0D is Cyan = 0, Magento = 0.52, Yellow = 0.76 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 26 13 -
CMYK 0 0.52 0.76 0.79
HSL 19.02º 0.61% 0.13% -
HSV(B) 19.02º 0.76% 0.21% -
XYZ 1.96 1.55 0.58 -
YUV 32.89 116.78 143.06 -
System Red Green Blue C M Y K H S L
Decimal 54 26 13 0 0.52 0.76 0.79 19.02 0.61 0.13
Hex 36 1A D 0 34 4C 4F 13 3D D
Octal 66 32 15 0 64 114 117 23 75 15
Binary 110110 11010 1101 0 110100 1001100 1001111 10011 111101 1101

Color Harmonies of #361A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361A0D

Black with #361A0D

Text Example


Text Example

White with #361A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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