Html Css Color HEX #361D0D Brown Pod

📋 copy color: '#361D0D'

red 54 ◦ green 29 ◦ blue 13

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

Shades of Brown Pod #361D0D

Tints of Brown Pod #361D0D

RGB

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

 GREEN value IS 29 (11.72% from 255) = 30.21%

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

R = 56.25%
G = 30.21%
B = 13.54%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.76

 K value IS 0.79

RGB Variations

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

Color information

#361D0D (or 0x361D0D) is known color: Brown Pod. HEX triplet: 36, 1D and 0D. RGB value is (54,29,13). Sum of RGB (Red+Green+Blue) = 54+29+13=96 (12% of max value = 765). Red value is 54 (21.48% from 255 or 56.25% from 96); Green value is 29 (11.72% from 255 or 30.21% from 96); Blue value is 13 (5.47% from 255 or 13.54% from 96); Max value from RGB is 54 - color contains mainly: red. Hex color #361D0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #361D0D is #C9E2F2. Grayscale: #222222. Windows color (decimal): -13230835 or 859446. OLE color: 859446.

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

Color convert

RGB 54 29 13 -
CMYK 0 0.46 0.76 0.79
HSL 23.41º 0.61% 0.13% -
HSV(B) 23.41º 0.76% 0.21% -
XYZ 2.03 1.69 0.6 -
YUV 34.65 115.78 141.8 -
System Red Green Blue C M Y K H S L
Decimal 54 29 13 0 0.46 0.76 0.79 23.41 0.61 0.13
Hex 36 1D D 0 2E 4C 4F 17 3D D
Octal 66 35 15 0 56 114 117 27 75 15
Binary 110110 11101 1101 0 101110 1001100 1001111 10111 111101 1101

Color Harmonies of #361D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361D0D

Black with #361D0D

Text Example


Text Example

White with #361D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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