Html Css Color HEX #431505 Brown Pod

📋 copy color: '#431505'

red 67 ◦ green 21 ◦ blue 5

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

Shades of Brown Pod #431505

Tints of Brown Pod #431505

RGB

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

 GREEN value IS 21 (8.59% from 255) = 22.58%

 BLUE value IS 5 (2.34% from 255) = 5.38%

R = 72.04%
G = 22.58%
B = 5.38%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.93

 K value IS 0.74

RGB Variations

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

Color information

#431505 (or 0x431505) is known color: Brown Pod. HEX triplet: 43, 15 and 05. RGB value is (67,21,5). Sum of RGB (Red+Green+Blue) = 67+21+5=93 (12% of max value = 765). Red value is 67 (26.56% from 255 or 72.04% from 93); Green value is 21 (8.59% from 255 or 22.58% from 93); Blue value is 5 (2.34% from 255 or 5.38% from 93); Max value from RGB is 67 - color contains mainly: red. Hex color #431505 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #431505 is #BCEAFA. Grayscale: #212121. Windows color (decimal): -12380923 or 333123. OLE color: 333123.

HSL color Cylindrical-coordinate representation of color #431505: hue angle of 15.48º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #431505 is Cyan = 0, Magento = 0.69, Yellow = 0.93 and Black (K on CMYK) = 0.74.

Color convert

RGB 67 21 5 -
CMYK 0 0.69 0.93 0.74
HSL 15.48º 0.86% 0.14% -
HSV(B) 15.48º 0.93% 0.26% -
XYZ 2.61 1.74 0.34 -
YUV 32.93 112.24 152.3 -
System Red Green Blue C M Y K H S L
Decimal 67 21 5 0 0.69 0.93 0.74 15.48 0.86 0.14
Hex 43 15 5 0 45 5D 4A F 56 E
Octal 103 25 5 0 105 135 112 17 126 16
Binary 1000011 10101 101 0 1000101 1011101 1001010 1111 1010110 1110

Color Harmonies of #431505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431505

Black with #431505

Text Example


Text Example

White with #431505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #431505; }

 p { color: rgb(67,21,5); }

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

background-color css

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

 a { background-color: rgb(67,21,5); }

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

border-color css

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

 span { border-color: rgb(67,21,5); }

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