Html Css Color HEX #432B13 Bistre

📋 copy color: '#432B13'

red 67 ◦ green 43 ◦ blue 19

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

Shades of Bistre #432B13

Tints of Bistre #432B13

RGB

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

 GREEN value IS 43 (17.19% from 255) = 33.33%

 BLUE value IS 19 (7.81% from 255) = 14.73%

R = 51.94%
G = 33.33%
B = 14.73%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.72

 K value IS 0.74

RGB Variations

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

Color information

#432B13 (or 0x432B13) is known color: Bistre. HEX triplet: 43, 2B and 13. RGB value is (67,43,19). Sum of RGB (Red+Green+Blue) = 67+43+19=129 (17% of max value = 765). Red value is 67 (26.56% from 255 or 51.94% from 129); Green value is 43 (17.19% from 255 or 33.33% from 129); Blue value is 19 (7.81% from 255 or 14.73% from 129); Max value from RGB is 67 - color contains mainly: red. Hex color #432B13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432B13 is #BCD4EC. Grayscale: #2F2F2F. Windows color (decimal): -12375277 or 1256259. OLE color: 1256259.

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

Color convert

RGB 67 43 19 -
CMYK 0 0.36 0.72 0.74
HSL 30º 0.56% 0.17% -
HSV(B) 30º 0.72% 0.26% -
XYZ 3.3 2.97 1.02 -
YUV 47.44 111.95 141.95 -
System Red Green Blue C M Y K H S L
Decimal 67 43 19 0 0.36 0.72 0.74 30 0.56 0.17
Hex 43 2B 13 0 24 48 4A 1E 38 11
Octal 103 53 23 0 44 110 112 36 70 21
Binary 1000011 101011 10011 0 100100 1001000 1001010 11110 111000 10001

Color Harmonies of #432B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #432B13

Black with #432B13

Text Example


Text Example

White with #432B13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,43,19); }

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

background-color css

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

 a { background-color: rgb(67,43,19); }

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

border-color css

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

 span { border-color: rgb(67,43,19); }

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