Html Css Color HEX #434B31 Bronzetone

📋 copy color: '#434B31'

red 67 ◦ green 75 ◦ blue 49

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

Shades of Bronzetone #434B31

Tints of Bronzetone #434B31

RGB

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

 GREEN value IS 75 (29.69% from 255) = 39.27%

 BLUE value IS 49 (19.53% from 255) = 25.65%

R = 35.08%
G = 39.27%
B = 25.65%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.35

 K value IS 0.71

RGB Variations

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

Color information

#434B31 (or 0x434B31) is known color: Bronzetone. HEX triplet: 43, 4B and 31. RGB value is (67,75,49). Sum of RGB (Red+Green+Blue) = 67+75+49=191 (25% of max value = 765). Red value is 67 (26.56% from 255 or 35.08% from 191); Green value is 75 (29.69% from 255 or 39.27% from 191); Blue value is 49 (19.53% from 255 or 25.65% from 191); Max value from RGB is 75 - color contains mainly: green. Hex color #434B31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #434B31 is #BCB4CE. Grayscale: #454545. Windows color (decimal): -12367055 or 3230531. OLE color: 3230531.

HSL color Cylindrical-coordinate representation of color #434B31: hue angle of 78.46º degrees, saturation: 0.21, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #434B31 is Cyan = 0.11, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.71.

Color convert

RGB 67 75 49 -
CMYK 0.11 0 0.35 0.71
HSL 78.46º 0.21% 0.24% -
HSV(B) 78.46º 0.35% 0.29% -
XYZ 5.39 6.45 3.87 -
YUV 69.64 116.35 126.11 -
System Red Green Blue C M Y K H S L
Decimal 67 75 49 0.11 0 0.35 0.71 78.46 0.21 0.24
Hex 43 4B 31 B 0 23 47 4E 15 18
Octal 103 113 61 13 0 43 107 116 25 30
Binary 1000011 1001011 110001 1011 0 100011 1000111 1001110 10101 11000

Color Harmonies of #434B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434B31

Black with #434B31

Text Example


Text Example

White with #434B31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #434B31; }

 p { color: rgb(67,75,49); }

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

background-color css

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

 a { background-color: rgb(67,75,49); }

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

border-color css

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

 span { border-color: rgb(67,75,49); }

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