Html Css Color HEX #351801 Brown Pod

📋 copy color: '#351801'

red 53 ◦ green 24 ◦ blue 1

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

Shades of Brown Pod #351801

Tints of Brown Pod #351801

RGB

 RED value IS 53 (21.09% from 255) = 67.95%

 GREEN value IS 24 (9.77% from 255) = 30.77%

 BLUE value IS 1 (0.78% from 255) = 1.28%

R = 67.95%
G = 30.77%
B = 1.28%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.98

 K value IS 0.79

RGB Variations

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

Color information

#351801 (or 0x351801) is known color: Brown Pod. HEX triplet: 35, 18 and 01. RGB value is (53,24,1). Sum of RGB (Red+Green+Blue) = 53+24+1=78 (10% of max value = 765). Red value is 53 (21.09% from 255 or 67.95% from 78); Green value is 24 (9.77% from 255 or 30.77% from 78); Blue value is 1 (0.78% from 255 or 1.28% from 78); Max value from RGB is 53 - color contains mainly: red. Hex color #351801 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #351801 is #CAE7FE. Grayscale: #1E1E1E. Windows color (decimal): -13297663 or 71733. OLE color: 71733.

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

Color convert

RGB 53 24 1 -
CMYK 0 0.55 0.98 0.79
HSL 26.54º 0.96% 0.11% -
HSV(B) 26.54º 0.98% 0.21% -
XYZ 1.8 1.41 0.21 -
YUV 30.05 111.61 144.37 -
System Red Green Blue C M Y K H S L
Decimal 53 24 1 0 0.55 0.98 0.79 26.54 0.96 0.11
Hex 35 18 1 0 37 62 4F 1B 60 B
Octal 65 30 1 0 67 142 117 33 140 13
Binary 110101 11000 1 0 110111 1100010 1001111 11011 1100000 1011

Color Harmonies of #351801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351801

Black with #351801

Text Example


Text Example

White with #351801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351801; }

 p { color: rgb(53,24,1); }

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

background-color css

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

 a { background-color: rgb(53,24,1); }

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

border-color css

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

 span { border-color: rgb(53,24,1); }

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