Html Css Color HEX #424526 Bronzetone

📋 copy color: '#424526'

red 66 ◦ green 69 ◦ blue 38

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

Shades of Bronzetone #424526

Tints of Bronzetone #424526

RGB

 RED value IS 66 (26.17% from 255) = 38.15%

 GREEN value IS 69 (27.34% from 255) = 39.88%

 BLUE value IS 38 (15.23% from 255) = 21.97%

R = 38.15%
G = 39.88%
B = 21.97%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.45

 K value IS 0.73

RGB Variations

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

Color information

#424526 (or 0x424526) is known color: Bronzetone. HEX triplet: 42, 45 and 26. RGB value is (66,69,38). Sum of RGB (Red+Green+Blue) = 66+69+38=173 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.15% from 173); Green value is 69 (27.34% from 255 or 39.88% from 173); Blue value is 38 (15.23% from 255 or 21.97% from 173); Max value from RGB is 69 - color contains mainly: green. Hex color #424526 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424526 is #BDBAD9. Grayscale: #404040. Windows color (decimal): -12434138 or 2508098. OLE color: 2508098.

HSL color Cylindrical-coordinate representation of color #424526: hue angle of 65.81º degrees, saturation: 0.29, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #424526 is Cyan = 0.04, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.73.

Color convert

RGB 66 69 38 -
CMYK 0.04 0 0.45 0.73
HSL 65.81º 0.29% 0.21% -
HSV(B) 65.81º 0.45% 0.27% -
XYZ 4.72 5.55 2.66 -
YUV 64.57 113.01 129.02 -
System Red Green Blue C M Y K H S L
Decimal 66 69 38 0.04 0 0.45 0.73 65.81 0.29 0.21
Hex 42 45 26 4 0 2D 49 42 1D 15
Octal 102 105 46 4 0 55 111 102 35 25
Binary 1000010 1000101 100110 100 0 101101 1001001 1000010 11101 10101

Color Harmonies of #424526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424526

Black with #424526

Text Example


Text Example

White with #424526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424526; }

 p { color: rgb(66,69,38); }

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

background-color css

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

 a { background-color: rgb(66,69,38); }

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

border-color css

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

 span { border-color: rgb(66,69,38); }

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