Html Css Color HEX #434B20 Bronzetone

📋 copy color: '#434B20'

red 67 ◦ green 75 ◦ blue 32

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

Shades of Bronzetone #434B20

Tints of Bronzetone #434B20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 18.39%

R = 38.51%
G = 43.1%
B = 18.39%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.57

 K value IS 0.71

RGB Variations

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

Color information

#434B20 (or 0x434B20) is known color: Bronzetone. HEX triplet: 43, 4B and 20. RGB value is (67,75,32). Sum of RGB (Red+Green+Blue) = 67+75+32=174 (23% of max value = 765). Red value is 67 (26.56% from 255 or 38.51% from 174); Green value is 75 (29.69% from 255 or 43.10% from 174); Blue value is 32 (12.89% from 255 or 18.39% from 174); Max value from RGB is 75 - color contains mainly: green. Hex color #434B20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #434B20 is #BCB4DF. Grayscale: #434343. Windows color (decimal): -12367072 or 2116419. OLE color: 2116419.

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

Color convert

RGB 67 75 32 -
CMYK 0.11 0 0.57 0.71
HSL 71.16º 0.4% 0.21% -
HSV(B) 71.16º 0.57% 0.29% -
XYZ 5.09 6.33 2.32 -
YUV 67.71 107.85 127.5 -
System Red Green Blue C M Y K H S L
Decimal 67 75 32 0.11 0 0.57 0.71 71.16 0.4 0.21
Hex 43 4B 20 B 0 39 47 47 28 15
Octal 103 113 40 13 0 71 107 107 50 25
Binary 1000011 1001011 100000 1011 0 111001 1000111 1000111 101000 10101

Color Harmonies of #434B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434B20

Black with #434B20

Text Example


Text Example

White with #434B20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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