Html Css Color HEX #361A07 Brown Pod

📋 copy color: '#361A07'

red 54 ◦ green 26 ◦ blue 7

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

Shades of Brown Pod #361A07

Tints of Brown Pod #361A07

RGB

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

 GREEN value IS 26 (10.55% from 255) = 29.89%

 BLUE value IS 7 (3.13% from 255) = 8.05%

R = 62.07%
G = 29.89%
B = 8.05%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.87

 K value IS 0.79

RGB Variations

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

Color information

#361A07 (or 0x361A07) is known color: Brown Pod. HEX triplet: 36, 1A and 07. RGB value is (54,26,7). Sum of RGB (Red+Green+Blue) = 54+26+7=87 (11% of max value = 765). Red value is 54 (21.48% from 255 or 62.07% from 87); Green value is 26 (10.55% from 255 or 29.89% from 87); Blue value is 7 (3.12% from 255 or 8.05% from 87); Max value from RGB is 54 - color contains mainly: red. Hex color #361A07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #361A07 is #C9E5F8. Grayscale: #202020. Windows color (decimal): -13231609 or 465462. OLE color: 465462.

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

Color convert

RGB 54 26 7 -
CMYK 0 0.52 0.87 0.79
HSL 24.26º 0.77% 0.12% -
HSV(B) 24.26º 0.87% 0.21% -
XYZ 1.93 1.54 0.4 -
YUV 32.21 113.78 143.54 -
System Red Green Blue C M Y K H S L
Decimal 54 26 7 0 0.52 0.87 0.79 24.26 0.77 0.12
Hex 36 1A 7 0 34 57 4F 18 4D C
Octal 66 32 7 0 64 127 117 30 115 14
Binary 110110 11010 111 0 110100 1010111 1001111 11000 1001101 1100

Color Harmonies of #361A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361A07

Black with #361A07

Text Example


Text Example

White with #361A07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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