Html Css Color HEX #361702 Brown Pod

📋 copy color: '#361702'

red 54 ◦ green 23 ◦ blue 2

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

Shades of Brown Pod #361702

Tints of Brown Pod #361702

RGB

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

 GREEN value IS 23 (9.38% from 255) = 29.11%

 BLUE value IS 2 (1.17% from 255) = 2.53%

R = 68.35%
G = 29.11%
B = 2.53%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.96

 K value IS 0.79

RGB Variations

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

Color information

#361702 (or 0x361702) is known color: Brown Pod. HEX triplet: 36, 17 and 02. RGB value is (54,23,2). Sum of RGB (Red+Green+Blue) = 54+23+2=79 (10% of max value = 765). Red value is 54 (21.48% from 255 or 68.35% from 79); Green value is 23 (9.38% from 255 or 29.11% from 79); Blue value is 2 (1.17% from 255 or 2.53% from 79); Max value from RGB is 54 - color contains mainly: red. Hex color #361702 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361702 is #C9E8FD. Grayscale: #1D1D1D. Windows color (decimal): -13232382 or 137014. OLE color: 137014.

HSL color Cylindrical-coordinate representation of color #361702: hue angle of 24.23º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #361702 is Cyan = 0, Magento = 0.57, Yellow = 0.96 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 23 2 -
CMYK 0 0.57 0.96 0.79
HSL 24.23º 0.93% 0.11% -
HSV(B) 24.23º 0.96% 0.21% -
XYZ 1.84 1.4 0.23 -
YUV 29.88 112.27 145.21 -
System Red Green Blue C M Y K H S L
Decimal 54 23 2 0 0.57 0.96 0.79 24.23 0.93 0.11
Hex 36 17 2 0 39 60 4F 18 5D B
Octal 66 27 2 0 71 140 117 30 135 13
Binary 110110 10111 10 0 111001 1100000 1001111 11000 1011101 1011

Color Harmonies of #361702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361702

Black with #361702

Text Example


Text Example

White with #361702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361702; }

 p { color: rgb(54,23,2); }

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

background-color css

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

 a { background-color: rgb(54,23,2); }

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

border-color css

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

 span { border-color: rgb(54,23,2); }

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