Html Css Color HEX #434B32 Bronzetone

📋 copy color: '#434B32'

red 67 ◦ green 75 ◦ blue 50

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

Shades of Bronzetone #434B32

Tints of Bronzetone #434B32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 26.04%

R = 34.9%
G = 39.06%
B = 26.04%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.33

 K value IS 0.71

RGB Variations

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

Color information

#434B32 (or 0x434B32) is known color: Bronzetone. HEX triplet: 43, 4B and 32. RGB value is (67,75,50). Sum of RGB (Red+Green+Blue) = 67+75+50=192 (25% of max value = 765). Red value is 67 (26.56% from 255 or 34.90% from 192); Green value is 75 (29.69% from 255 or 39.06% from 192); Blue value is 50 (19.92% from 255 or 26.04% from 192); Max value from RGB is 75 - color contains mainly: green. Hex color #434B32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #434B32 is #BCB4CD. Grayscale: #454545. Windows color (decimal): -12367054 or 3296067. OLE color: 3296067.

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

Color convert

RGB 67 75 50 -
CMYK 0.11 0 0.33 0.71
HSL 79.2º 0.2% 0.25% -
HSV(B) 79.2º 0.33% 0.29% -
XYZ 5.41 6.46 3.98 -
YUV 69.76 116.85 126.03 -
System Red Green Blue C M Y K H S L
Decimal 67 75 50 0.11 0 0.33 0.71 79.2 0.2 0.25
Hex 43 4B 32 B 0 21 47 4F 14 19
Octal 103 113 62 13 0 41 107 117 24 31
Binary 1000011 1001011 110010 1011 0 100001 1000111 1001111 10100 11001

Color Harmonies of #434B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434B32

Black with #434B32

Text Example


Text Example

White with #434B32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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