Html Css Color HEX #431D02 Brown Pod

📋 copy color: '#431D02'

red 67 ◦ green 29 ◦ blue 2

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

Shades of Brown Pod #431D02

Tints of Brown Pod #431D02

RGB

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

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

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

R = 68.37%
G = 29.59%
B = 2.04%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.97

 K value IS 0.74

RGB Variations

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

Color information

#431D02 (or 0x431D02) is known color: Brown Pod. HEX triplet: 43, 1D and 02. RGB value is (67,29,2). Sum of RGB (Red+Green+Blue) = 67+29+2=98 (12% of max value = 765). Red value is 67 (26.56% from 255 or 68.37% from 98); Green value is 29 (11.72% from 255 or 29.59% from 98); Blue value is 2 (1.17% from 255 or 2.04% from 98); Max value from RGB is 67 - color contains mainly: red. Hex color #431D02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #431D02 is #BCE2FD. Grayscale: #252525. Windows color (decimal): -12378878 or 138563. OLE color: 138563.

HSL color Cylindrical-coordinate representation of color #431D02: hue angle of 24.92º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #431D02 is Cyan = 0, Magento = 0.57, Yellow = 0.97 and Black (K on CMYK) = 0.74.

Color convert

RGB 67 29 2 -
CMYK 0 0.57 0.97 0.74
HSL 24.92º 0.94% 0.14% -
HSV(B) 24.92º 0.97% 0.26% -
XYZ 2.77 2.08 0.31 -
YUV 37.28 108.09 149.2 -
System Red Green Blue C M Y K H S L
Decimal 67 29 2 0 0.57 0.97 0.74 24.92 0.94 0.14
Hex 43 1D 2 0 39 61 4A 19 5E E
Octal 103 35 2 0 71 141 112 31 136 16
Binary 1000011 11101 10 0 111001 1100001 1001010 11001 1011110 1110

Color Harmonies of #431D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431D02

Black with #431D02

Text Example


Text Example

White with #431D02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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