Html Css Color HEX #432F20 Bistre

📋 copy color: '#432F20'

red 67 ◦ green 47 ◦ blue 32

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

Shades of Bistre #432F20

Tints of Bistre #432F20

RGB

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

 GREEN value IS 47 (18.75% from 255) = 32.19%

 BLUE value IS 32 (12.89% from 255) = 21.92%

R = 45.89%
G = 32.19%
B = 21.92%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.52

 K value IS 0.74

RGB Variations

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

Color information

#432F20 (or 0x432F20) is known color: Bistre. HEX triplet: 43, 2F and 20. RGB value is (67,47,32). Sum of RGB (Red+Green+Blue) = 67+47+32=146 (19% of max value = 765). Red value is 67 (26.56% from 255 or 45.89% from 146); Green value is 47 (18.75% from 255 or 32.19% from 146); Blue value is 32 (12.89% from 255 or 21.92% from 146); Max value from RGB is 67 - color contains mainly: red. Hex color #432F20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #432F20 is #BCD0DF. Grayscale: #333333. Windows color (decimal): -12374240 or 2109251. OLE color: 2109251.

HSL color Cylindrical-coordinate representation of color #432F20: hue angle of 25.71º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #432F20 is Cyan = 0, Magento = 0.30, Yellow = 0.52 and Black (K on CMYK) = 0.74.

Color convert

RGB 67 47 32 -
CMYK 0 0.30 0.52 0.74
HSL 25.71º 0.35% 0.19% -
HSV(B) 25.71º 0.52% 0.26% -
XYZ 3.59 3.33 1.82 -
YUV 51.27 117.13 139.22 -
System Red Green Blue C M Y K H S L
Decimal 67 47 32 0 0.30 0.52 0.74 25.71 0.35 0.19
Hex 43 2F 20 0 1E 34 4A 1A 23 13
Octal 103 57 40 0 36 64 112 32 43 23
Binary 1000011 101111 100000 0 11110 110100 1001010 11010 100011 10011

Color Harmonies of #432F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #432F20

Black with #432F20

Text Example


Text Example

White with #432F20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #432F20; }

 p { color: rgb(67,47,32); }

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

background-color css

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

 a { background-color: rgb(67,47,32); }

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

border-color css

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

 span { border-color: rgb(67,47,32); }

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