Html Css Color HEX #361E0E Brown Pod

📋 copy color: '#361E0E'

red 54 ◦ green 30 ◦ blue 14

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

Shades of Brown Pod #361E0E

Tints of Brown Pod #361E0E

RGB

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

 GREEN value IS 30 (12.11% from 255) = 30.61%

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

R = 55.1%
G = 30.61%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.74

 K value IS 0.79

RGB Variations

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

Color information

#361E0E (or 0x361E0E) is known color: Brown Pod. HEX triplet: 36, 1E and 0E. RGB value is (54,30,14). Sum of RGB (Red+Green+Blue) = 54+30+14=98 (12% of max value = 765). Red value is 54 (21.48% from 255 or 55.10% from 98); Green value is 30 (12.11% from 255 or 30.61% from 98); Blue value is 14 (5.86% from 255 or 14.29% from 98); Max value from RGB is 54 - color contains mainly: red. Hex color #361E0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #361E0E is #C9E1F1. Grayscale: #232323. Windows color (decimal): -13230578 or 925238. OLE color: 925238.

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

Color convert

RGB 54 30 14 -
CMYK 0 0.44 0.74 0.79
HSL 24º 0.59% 0.13% -
HSV(B) 24º 0.74% 0.21% -
XYZ 2.06 1.74 0.64 -
YUV 35.35 115.95 141.3 -
System Red Green Blue C M Y K H S L
Decimal 54 30 14 0 0.44 0.74 0.79 24 0.59 0.13
Hex 36 1E E 0 2C 4A 4F 18 3B D
Octal 66 36 16 0 54 112 117 30 73 15
Binary 110110 11110 1110 0 101100 1001010 1001111 11000 111011 1101

Color Harmonies of #361E0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361E0E

Black with #361E0E

Text Example


Text Example

White with #361E0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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