Html Css Color HEX #432B0F Bistre

📋 copy color: '#432B0F'

red 67 ◦ green 43 ◦ blue 15

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

Shades of Bistre #432B0F

Tints of Bistre #432B0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 12%

R = 53.6%
G = 34.4%
B = 12%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.78

 K value IS 0.74

RGB Variations

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

Color information

#432B0F (or 0x432B0F) is known color: Bistre. HEX triplet: 43, 2B and 0F. RGB value is (67,43,15). Sum of RGB (Red+Green+Blue) = 67+43+15=125 (16% of max value = 765). Red value is 67 (26.56% from 255 or 53.6% from 125); Green value is 43 (17.19% from 255 or 34.4% from 125); Blue value is 15 (6.25% from 255 or 12% from 125); Max value from RGB is 67 - color contains mainly: red. Hex color #432B0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432B0F is #BCD4F0. Grayscale: #2F2F2F. Windows color (decimal): -12375281 or 994115. OLE color: 994115.

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

Color convert

RGB 67 43 15 -
CMYK 0 0.36 0.78 0.74
HSL 32.31º 0.63% 0.16% -
HSV(B) 32.31º 0.78% 0.26% -
XYZ 3.26 2.96 0.85 -
YUV 46.98 109.95 142.28 -
System Red Green Blue C M Y K H S L
Decimal 67 43 15 0 0.36 0.78 0.74 32.31 0.63 0.16
Hex 43 2B F 0 24 4E 4A 20 3F 10
Octal 103 53 17 0 44 116 112 40 77 20
Binary 1000011 101011 1111 0 100100 1001110 1001010 100000 111111 10000

Color Harmonies of #432B0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #432B0F

Black with #432B0F

Text Example


Text Example

White with #432B0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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