Html Css Color HEX #42380D Madras

📋 copy color: '#42380D'

red 66 ◦ green 56 ◦ blue 13

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

Shades of Madras #42380D

Tints of Madras #42380D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 9.63%

R = 48.89%
G = 41.48%
B = 9.63%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.80

 K value IS 0.74

RGB Variations

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

Color information

#42380D (or 0x42380D) is known color: Madras. HEX triplet: 42, 38 and 0D. RGB value is (66,56,13). Sum of RGB (Red+Green+Blue) = 66+56+13=135 (17% of max value = 765). Red value is 66 (26.17% from 255 or 48.89% from 135); Green value is 56 (22.27% from 255 or 41.48% from 135); Blue value is 13 (5.47% from 255 or 9.63% from 135); Max value from RGB is 66 - color contains mainly: red. Hex color #42380D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #42380D is #BDC7F2. Grayscale: #363636. Windows color (decimal): -12437491 or 866370. OLE color: 866370.

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

Color convert

RGB 66 56 13 -
CMYK 0 0.15 0.80 0.74
HSL 48.68º 0.67% 0.15% -
HSV(B) 48.68º 0.8% 0.26% -
XYZ 3.73 4.02 0.96 -
YUV 54.09 104.81 136.5 -
System Red Green Blue C M Y K H S L
Decimal 66 56 13 0 0.15 0.80 0.74 48.68 0.67 0.15
Hex 42 38 D 0 F 50 4A 31 43 F
Octal 102 70 15 0 17 120 112 61 103 17
Binary 1000010 111000 1101 0 1111 1010000 1001010 110001 1000011 1111

Color Harmonies of #42380D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42380D

Black with #42380D

Text Example


Text Example

White with #42380D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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