Html Css Color HEX #361C0E Brown Pod

📋 copy color: '#361C0E'

red 54 ◦ green 28 ◦ blue 14

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

Shades of Brown Pod #361C0E

Tints of Brown Pod #361C0E

RGB

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

 GREEN value IS 28 (11.33% from 255) = 29.17%

 BLUE value IS 14 (5.86% from 255) = 14.58%

R = 56.25%
G = 29.17%
B = 14.58%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.74

 K value IS 0.79

RGB Variations

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

Color information

#361C0E (or 0x361C0E) is known color: Brown Pod. HEX triplet: 36, 1C and 0E. RGB value is (54,28,14). Sum of RGB (Red+Green+Blue) = 54+28+14=96 (12% of max value = 765). Red value is 54 (21.48% from 255 or 56.25% from 96); Green value is 28 (11.33% from 255 or 29.17% from 96); Blue value is 14 (5.86% from 255 or 14.58% from 96); Max value from RGB is 54 - color contains mainly: red. Hex color #361C0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #361C0E is #C9E3F1. Grayscale: #222222. Windows color (decimal): -13231090 or 924726. OLE color: 924726.

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

Color convert

RGB 54 28 14 -
CMYK 0 0.48 0.74 0.79
HSL 21º 0.59% 0.13% -
HSV(B) 21º 0.74% 0.21% -
XYZ 2.02 1.65 0.63 -
YUV 34.18 116.61 142.14 -
System Red Green Blue C M Y K H S L
Decimal 54 28 14 0 0.48 0.74 0.79 21 0.59 0.13
Hex 36 1C E 0 30 4A 4F 15 3B D
Octal 66 34 16 0 60 112 117 25 73 15
Binary 110110 11100 1110 0 110000 1001010 1001111 10101 111011 1101

Color Harmonies of #361C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361C0E

Black with #361C0E

Text Example


Text Example

White with #361C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,28,14); }

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

background-color css

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

 a { background-color: rgb(54,28,14); }

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

border-color css

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

 span { border-color: rgb(54,28,14); }

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