Html Css Color HEX #431D03 Brown Pod

📋 copy color: '#431D03'

red 67 ◦ green 29 ◦ blue 3

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

Shades of Brown Pod #431D03

Tints of Brown Pod #431D03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 3.03%

R = 67.68%
G = 29.29%
B = 3.03%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.96

 K value IS 0.74

RGB Variations

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

Color information

#431D03 (or 0x431D03) is known color: Brown Pod. HEX triplet: 43, 1D and 03. RGB value is (67,29,3). Sum of RGB (Red+Green+Blue) = 67+29+3=99 (13% of max value = 765). Red value is 67 (26.56% from 255 or 67.68% from 99); Green value is 29 (11.72% from 255 or 29.29% from 99); Blue value is 3 (1.56% from 255 or 3.03% from 99); Max value from RGB is 67 - color contains mainly: red. Hex color #431D03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #431D03 is #BCE2FC. Grayscale: #252525. Windows color (decimal): -12378877 or 204099. OLE color: 204099.

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

Color convert

RGB 67 29 3 -
CMYK 0 0.57 0.96 0.74
HSL 24.38º 0.91% 0.14% -
HSV(B) 24.38º 0.96% 0.26% -
XYZ 2.77 2.08 0.34 -
YUV 37.4 108.59 149.11 -
System Red Green Blue C M Y K H S L
Decimal 67 29 3 0 0.57 0.96 0.74 24.38 0.91 0.14
Hex 43 1D 3 0 39 60 4A 18 5B E
Octal 103 35 3 0 71 140 112 30 133 16
Binary 1000011 11101 11 0 111001 1100000 1001010 11000 1011011 1110

Color Harmonies of #431D03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431D03

Black with #431D03

Text Example


Text Example

White with #431D03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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