Html Css Color HEX #432A15 Bistre

📋 copy color: '#432A15'

red 67 ◦ green 42 ◦ blue 21

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

Shades of Bistre #432A15

Tints of Bistre #432A15

RGB

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

 GREEN value IS 42 (16.8% from 255) = 32.31%

 BLUE value IS 21 (8.59% from 255) = 16.15%

R = 51.54%
G = 32.31%
B = 16.15%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.69

 K value IS 0.74

RGB Variations

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

Color information

#432A15 (or 0x432A15) is known color: Bistre. HEX triplet: 43, 2A and 15. RGB value is (67,42,21). Sum of RGB (Red+Green+Blue) = 67+42+21=130 (17% of max value = 765). Red value is 67 (26.56% from 255 or 51.54% from 130); Green value is 42 (16.80% from 255 or 32.31% from 130); Blue value is 21 (8.59% from 255 or 16.15% from 130); Max value from RGB is 67 - color contains mainly: red. Hex color #432A15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432A15 is #BCD5EA. Grayscale: #2F2F2F. Windows color (decimal): -12375531 or 1387075. OLE color: 1387075.

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

Color convert

RGB 67 42 21 -
CMYK 0 0.37 0.69 0.74
HSL 27.39º 0.52% 0.17% -
HSV(B) 27.39º 0.69% 0.26% -
XYZ 3.28 2.9 1.1 -
YUV 47.08 113.28 142.21 -
System Red Green Blue C M Y K H S L
Decimal 67 42 21 0 0.37 0.69 0.74 27.39 0.52 0.17
Hex 43 2A 15 0 25 45 4A 1B 34 11
Octal 103 52 25 0 45 105 112 33 64 21
Binary 1000011 101010 10101 0 100101 1000101 1001010 11011 110100 10001

Color Harmonies of #432A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #432A15

Black with #432A15

Text Example


Text Example

White with #432A15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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