Html Css Color HEX #42482B Bronzetone

📋 copy color: '#42482B'

red 66 ◦ green 72 ◦ blue 43

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

Shades of Bronzetone #42482B

Tints of Bronzetone #42482B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 39.78%

 BLUE value IS 43 (17.19% from 255) = 23.76%

R = 36.46%
G = 39.78%
B = 23.76%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.40

 K value IS 0.72

RGB Variations

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

Color information

#42482B (or 0x42482B) is known color: Bronzetone. HEX triplet: 42, 48 and 2B. RGB value is (66,72,43). Sum of RGB (Red+Green+Blue) = 66+72+43=181 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.46% from 181); Green value is 72 (28.52% from 255 or 39.78% from 181); Blue value is 43 (17.19% from 255 or 23.76% from 181); Max value from RGB is 72 - color contains mainly: green. Hex color #42482B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42482B is #BDB7D4. Grayscale: #434343. Windows color (decimal): -12433365 or 2836546. OLE color: 2836546.

HSL color Cylindrical-coordinate representation of color #42482B: hue angle of 72.41º degrees, saturation: 0.25, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #42482B is Cyan = 0.08, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.72.

Color convert

RGB 66 72 43 -
CMYK 0.08 0 0.40 0.72
HSL 72.41º 0.25% 0.23% -
HSV(B) 72.41º 0.4% 0.28% -
XYZ 5 5.97 3.17 -
YUV 66.9 114.51 127.36 -
System Red Green Blue C M Y K H S L
Decimal 66 72 43 0.08 0 0.40 0.72 72.41 0.25 0.23
Hex 42 48 2B 8 0 28 48 48 19 17
Octal 102 110 53 10 0 50 110 110 31 27
Binary 1000010 1001000 101011 1000 0 101000 1001000 1001000 11001 10111

Color Harmonies of #42482B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42482B

Black with #42482B

Text Example


Text Example

White with #42482B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42482B; }

 p { color: rgb(66,72,43); }

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

background-color css

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

 a { background-color: rgb(66,72,43); }

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

border-color css

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

 span { border-color: rgb(66,72,43); }

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