Html Css Color HEX #431701 Brown Pod

📋 copy color: '#431701'

red 67 ◦ green 23 ◦ blue 1

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

Shades of Brown Pod #431701

Tints of Brown Pod #431701

RGB

 RED value IS 67 (26.56% from 255) = 73.63%

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

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

R = 73.63%
G = 25.27%
B = 1.1%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.99

 K value IS 0.74

RGB Variations

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

Color information

#431701 (or 0x431701) is known color: Brown Pod. HEX triplet: 43, 17 and 01. RGB value is (67,23,1). Sum of RGB (Red+Green+Blue) = 67+23+1=91 (12% of max value = 765). Red value is 67 (26.56% from 255 or 73.63% from 91); Green value is 23 (9.38% from 255 or 25.27% from 91); Blue value is 1 (0.78% from 255 or 1.10% from 91); Max value from RGB is 67 - color contains mainly: red. Hex color #431701 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #431701 is #BCE8FE. Grayscale: #212121. Windows color (decimal): -12380415 or 71491. OLE color: 71491.

HSL color Cylindrical-coordinate representation of color #431701: hue angle of 20º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #431701 is Cyan = 0, Magento = 0.66, Yellow = 0.99 and Black (K on CMYK) = 0.74.

Color convert

RGB 67 23 1 -
CMYK 0 0.66 0.99 0.74
HSL 20º 0.97% 0.13% -
HSV(B) 20º 0.99% 0.26% -
XYZ 2.63 1.81 0.24 -
YUV 33.65 109.58 151.79 -
System Red Green Blue C M Y K H S L
Decimal 67 23 1 0 0.66 0.99 0.74 20 0.97 0.13
Hex 43 17 1 0 42 63 4A 14 61 D
Octal 103 27 1 0 102 143 112 24 141 15
Binary 1000011 10111 1 0 1000010 1100011 1001010 10100 1100001 1101

Color Harmonies of #431701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431701

Black with #431701

Text Example


Text Example

White with #431701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #431701; }

 p { color: rgb(67,23,1); }

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

background-color css

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

 a { background-color: rgb(67,23,1); }

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

border-color css

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

 span { border-color: rgb(67,23,1); }

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