Html Css Color HEX #42380F Madras

📋 copy color: '#42380F'

red 66 ◦ green 56 ◦ blue 15

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

Shades of Madras #42380F

Tints of Madras #42380F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 40.88%

 BLUE value IS 15 (6.25% from 255) = 10.95%

R = 48.18%
G = 40.88%
B = 10.95%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.77

 K value IS 0.74

RGB Variations

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

Color information

#42380F (or 0x42380F) is known color: Madras. HEX triplet: 42, 38 and 0F. RGB value is (66,56,15). Sum of RGB (Red+Green+Blue) = 66+56+15=137 (18% of max value = 765). Red value is 66 (26.17% from 255 or 48.18% from 137); Green value is 56 (22.27% from 255 or 40.88% from 137); Blue value is 15 (6.25% from 255 or 10.95% from 137); Max value from RGB is 66 - color contains mainly: red. Hex color #42380F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #42380F is #BDC7F0. Grayscale: #363636. Windows color (decimal): -12437489 or 997442. OLE color: 997442.

HSL color Cylindrical-coordinate representation of color #42380F: hue angle of 48.24º degrees, saturation: 0.63, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #42380F is Cyan = 0, Magento = 0.15, Yellow = 0.77 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 56 15 -
CMYK 0 0.15 0.77 0.74
HSL 48.24º 0.63% 0.16% -
HSV(B) 48.24º 0.77% 0.26% -
XYZ 3.75 4.02 1.03 -
YUV 54.32 105.81 136.33 -
System Red Green Blue C M Y K H S L
Decimal 66 56 15 0 0.15 0.77 0.74 48.24 0.63 0.16
Hex 42 38 F 0 F 4D 4A 30 3F 10
Octal 102 70 17 0 17 115 112 60 77 20
Binary 1000010 111000 1111 0 1111 1001101 1001010 110000 111111 10000

Color Harmonies of #42380F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42380F

Black with #42380F

Text Example


Text Example

White with #42380F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42380F; }

 p { color: rgb(66,56,15); }

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

background-color css

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

 a { background-color: rgb(66,56,15); }

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

border-color css

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

 span { border-color: rgb(66,56,15); }

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