Html Css Color HEX #361F1A Brown Pod

📋 copy color: '#361F1A'

red 54 ◦ green 31 ◦ blue 26

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

Shades of Brown Pod #361F1A

Tints of Brown Pod #361F1A

RGB

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

 GREEN value IS 31 (12.5% from 255) = 27.93%

 BLUE value IS 26 (10.55% from 255) = 23.42%

R = 48.65%
G = 27.93%
B = 23.42%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.52

 K value IS 0.79

RGB Variations

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

Color information

#361F1A (or 0x361F1A) is known color: Brown Pod. HEX triplet: 36, 1F and 1A. RGB value is (54,31,26). Sum of RGB (Red+Green+Blue) = 54+31+26=111 (14% of max value = 765). Red value is 54 (21.48% from 255 or 48.65% from 111); Green value is 31 (12.5% from 255 or 27.93% from 111); Blue value is 26 (10.55% from 255 or 23.42% from 111); Max value from RGB is 54 - color contains mainly: red. Hex color #361F1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #361F1A is #C9E0E5. Grayscale: #252525. Windows color (decimal): -13230310 or 1711926. OLE color: 1711926.

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

Color convert

RGB 54 31 26 -
CMYK 0 0.43 0.52 0.79
HSL 10.71º 0.35% 0.16% -
HSV(B) 10.71º 0.52% 0.21% -
XYZ 2.2 1.84 1.22 -
YUV 37.31 121.62 139.91 -
System Red Green Blue C M Y K H S L
Decimal 54 31 26 0 0.43 0.52 0.79 10.71 0.35 0.16
Hex 36 1F 1A 0 2B 34 4F B 23 10
Octal 66 37 32 0 53 64 117 13 43 20
Binary 110110 11111 11010 0 101011 110100 1001111 1011 100011 10000

Color Harmonies of #361F1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361F1A

Black with #361F1A

Text Example


Text Example

White with #361F1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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