Html Css Color HEX #4A381A Clinker

📋 copy color: '#4A381A'

red 74 ◦ green 56 ◦ blue 26

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

Shades of Clinker #4A381A

Tints of Clinker #4A381A

RGB

 RED value IS 74 (29.3% from 255) = 47.44%

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

 BLUE value IS 26 (10.55% from 255) = 16.67%

R = 47.44%
G = 35.9%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.65

 K value IS 0.71

RGB Variations

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

Color information

#4A381A (or 0x4A381A) is known color: Clinker. HEX triplet: 4A, 38 and 1A. RGB value is (74,56,26). Sum of RGB (Red+Green+Blue) = 74+56+26=156 (20% of max value = 765). Red value is 74 (29.30% from 255 or 47.44% from 156); Green value is 56 (22.27% from 255 or 35.90% from 156); Blue value is 26 (10.55% from 255 or 16.67% from 156); Max value from RGB is 74 - color contains mainly: red. Hex color #4A381A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A381A is #B5C7E5. Grayscale: #3A3A3A. Windows color (decimal): -11913190 or 1718346. OLE color: 1718346.

HSL color Cylindrical-coordinate representation of color #4A381A: hue angle of 37.5º degrees, saturation: 0.48, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4A381A is Cyan = 0, Magento = 0.24, Yellow = 0.65 and Black (K on CMYK) = 0.71.

Color convert

RGB 74 56 26 -
CMYK 0 0.24 0.65 0.71
HSL 37.5º 0.48% 0.2% -
HSV(B) 37.5º 0.65% 0.29% -
XYZ 4.42 4.36 1.59 -
YUV 57.96 109.96 139.44 -
System Red Green Blue C M Y K H S L
Decimal 74 56 26 0 0.24 0.65 0.71 37.5 0.48 0.2
Hex 4A 38 1A 0 18 41 47 26 30 14
Octal 112 70 32 0 30 101 107 46 60 24
Binary 1001010 111000 11010 0 11000 1000001 1000111 100110 110000 10100

Color Harmonies of #4A381A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A381A

Black with #4A381A

Text Example


Text Example

White with #4A381A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A381A; }

 p { color: rgb(74,56,26); }

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

background-color css

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

 a { background-color: rgb(74,56,26); }

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

border-color css

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

 span { border-color: rgb(74,56,26); }

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