Html Css Color HEX #424B30 Bronzetone

📋 copy color: '#424B30'

red 66 ◦ green 75 ◦ blue 48

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

Shades of Bronzetone #424B30

Tints of Bronzetone #424B30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 25.4%

R = 34.92%
G = 39.68%
B = 25.4%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.36

 K value IS 0.71

RGB Variations

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

Color information

#424B30 (or 0x424B30) is known color: Bronzetone. HEX triplet: 42, 4B and 30. RGB value is (66,75,48). Sum of RGB (Red+Green+Blue) = 66+75+48=189 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.92% from 189); Green value is 75 (29.69% from 255 or 39.68% from 189); Blue value is 48 (19.14% from 255 or 25.40% from 189); Max value from RGB is 75 - color contains mainly: green. Hex color #424B30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424B30 is #BDB4CF. Grayscale: #454545. Windows color (decimal): -12432592 or 3164994. OLE color: 3164994.

HSL color Cylindrical-coordinate representation of color #424B30: hue angle of 80º degrees, saturation: 0.22, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #424B30 is Cyan = 0.12, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.71.

Color convert

RGB 66 75 48 -
CMYK 0.12 0 0.36 0.71
HSL 80º 0.22% 0.24% -
HSV(B) 80º 0.36% 0.29% -
XYZ 5.3 6.4 3.75 -
YUV 69.23 116.02 125.7 -
System Red Green Blue C M Y K H S L
Decimal 66 75 48 0.12 0 0.36 0.71 80 0.22 0.24
Hex 42 4B 30 C 0 24 47 50 16 18
Octal 102 113 60 14 0 44 107 120 26 30
Binary 1000010 1001011 110000 1100 0 100100 1000111 1010000 10110 11000

Color Harmonies of #424B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424B30

Black with #424B30

Text Example


Text Example

White with #424B30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424B30; }

 p { color: rgb(66,75,48); }

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

background-color css

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

 a { background-color: rgb(66,75,48); }

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

border-color css

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

 span { border-color: rgb(66,75,48); }

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