Html Css Color HEX #361D0F Brown Pod

📋 copy color: '#361D0F'

red 54 ◦ green 29 ◦ blue 15

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

Shades of Brown Pod #361D0F

Tints of Brown Pod #361D0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 15.31%

R = 55.1%
G = 29.59%
B = 15.31%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.72

 K value IS 0.79

RGB Variations

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

Color information

#361D0F (or 0x361D0F) is known color: Brown Pod. HEX triplet: 36, 1D and 0F. RGB value is (54,29,15). Sum of RGB (Red+Green+Blue) = 54+29+15=98 (12% of max value = 765). Red value is 54 (21.48% from 255 or 55.10% from 98); Green value is 29 (11.72% from 255 or 29.59% from 98); Blue value is 15 (6.25% from 255 or 15.31% from 98); Max value from RGB is 54 - color contains mainly: red. Hex color #361D0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #361D0F is #C9E2F0. Grayscale: #222222. Windows color (decimal): -13230833 or 990518. OLE color: 990518.

HSL color Cylindrical-coordinate representation of color #361D0F: hue angle of 21.54º degrees, saturation: 0.57, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #361D0F is Cyan = 0, Magento = 0.46, Yellow = 0.72 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 29 15 -
CMYK 0 0.46 0.72 0.79
HSL 21.54º 0.57% 0.14% -
HSV(B) 21.54º 0.72% 0.21% -
XYZ 2.05 1.7 0.67 -
YUV 34.88 116.78 141.64 -
System Red Green Blue C M Y K H S L
Decimal 54 29 15 0 0.46 0.72 0.79 21.54 0.57 0.14
Hex 36 1D F 0 2E 48 4F 16 39 E
Octal 66 35 17 0 56 110 117 26 71 16
Binary 110110 11101 1111 0 101110 1001000 1001111 10110 111001 1110

Color Harmonies of #361D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361D0F

Black with #361D0F

Text Example


Text Example

White with #361D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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