Html Css Color HEX #431D01 Brown Pod

📋 copy color: '#431D01'

red 67 ◦ green 29 ◦ blue 1

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

Shades of Brown Pod #431D01

Tints of Brown Pod #431D01

RGB

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

 GREEN value IS 29 (11.72% from 255) = 29.9%

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

R = 69.07%
G = 29.9%
B = 1.03%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.99

 K value IS 0.74

RGB Variations

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

Color information

#431D01 (or 0x431D01) is known color: Brown Pod. HEX triplet: 43, 1D and 01. RGB value is (67,29,1). Sum of RGB (Red+Green+Blue) = 67+29+1=97 (12% of max value = 765). Red value is 67 (26.56% from 255 or 69.07% from 97); Green value is 29 (11.72% from 255 or 29.90% from 97); Blue value is 1 (0.78% from 255 or 1.03% from 97); Max value from RGB is 67 - color contains mainly: red. Hex color #431D01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #431D01 is #BCE2FE. Grayscale: #252525. Windows color (decimal): -12378879 or 73027. OLE color: 73027.

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

Color convert

RGB 67 29 1 -
CMYK 0 0.57 0.99 0.74
HSL 25.45º 0.97% 0.13% -
HSV(B) 25.45º 0.99% 0.26% -
XYZ 2.76 2.07 0.28 -
YUV 37.17 107.59 149.28 -
System Red Green Blue C M Y K H S L
Decimal 67 29 1 0 0.57 0.99 0.74 25.45 0.97 0.13
Hex 43 1D 1 0 39 63 4A 19 61 D
Octal 103 35 1 0 71 143 112 31 141 15
Binary 1000011 11101 1 0 111001 1100011 1001010 11001 1100001 1101

Color Harmonies of #431D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431D01

Black with #431D01

Text Example


Text Example

White with #431D01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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