Html Css Color HEX #431A01 Brown Pod

📋 copy color: '#431A01'

red 67 ◦ green 26 ◦ blue 1

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

Shades of Brown Pod #431A01

Tints of Brown Pod #431A01

RGB

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

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

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

R = 71.28%
G = 27.66%
B = 1.06%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.99

 K value IS 0.74

RGB Variations

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

Color information

#431A01 (or 0x431A01) is known color: Brown Pod. HEX triplet: 43, 1A and 01. RGB value is (67,26,1). Sum of RGB (Red+Green+Blue) = 67+26+1=94 (12% of max value = 765). Red value is 67 (26.56% from 255 or 71.28% from 94); Green value is 26 (10.55% from 255 or 27.66% from 94); Blue value is 1 (0.78% from 255 or 1.06% from 94); Max value from RGB is 67 - color contains mainly: red. Hex color #431A01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #431A01 is #BCE5FE. Grayscale: #232323. Windows color (decimal): -12379647 or 72259. OLE color: 72259.

HSL color Cylindrical-coordinate representation of color #431A01: hue angle of 22.73º 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 #431A01 is Cyan = 0, Magento = 0.61, Yellow = 0.99 and Black (K on CMYK) = 0.74.

Color convert

RGB 67 26 1 -
CMYK 0 0.61 0.99 0.74
HSL 22.73º 0.97% 0.13% -
HSV(B) 22.73º 0.99% 0.26% -
XYZ 2.69 1.93 0.26 -
YUV 35.41 108.58 150.53 -
System Red Green Blue C M Y K H S L
Decimal 67 26 1 0 0.61 0.99 0.74 22.73 0.97 0.13
Hex 43 1A 1 0 3D 63 4A 17 61 D
Octal 103 32 1 0 75 143 112 27 141 15
Binary 1000011 11010 1 0 111101 1100011 1001010 10111 1100001 1101

Color Harmonies of #431A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431A01

Black with #431A01

Text Example


Text Example

White with #431A01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #431A01; }

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

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

background-color css

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

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

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

border-color css

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

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

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