Html Css Color HEX #4B310F Clinker

📋 copy color: '#4B310F'

red 75 ◦ green 49 ◦ blue 15

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

Shades of Clinker #4B310F

Tints of Clinker #4B310F

RGB

 RED value IS 75 (29.69% from 255) = 53.96%

 GREEN value IS 49 (19.53% from 255) = 35.25%

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

R = 53.96%
G = 35.25%
B = 10.79%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.80

 K value IS 0.71

RGB Variations

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

Color information

#4B310F (or 0x4B310F) is known color: Clinker. HEX triplet: 4B, 31 and 0F. RGB value is (75,49,15). Sum of RGB (Red+Green+Blue) = 75+49+15=139 (18% of max value = 765). Red value is 75 (29.69% from 255 or 53.96% from 139); Green value is 49 (19.53% from 255 or 35.25% from 139); Blue value is 15 (6.25% from 255 or 10.79% from 139); Max value from RGB is 75 - color contains mainly: red. Hex color #4B310F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B310F is #B4CEF0. Grayscale: #353535. Windows color (decimal): -11849457 or 995659. OLE color: 995659.

HSL color Cylindrical-coordinate representation of color #4B310F: hue angle of 34º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4B310F is Cyan = 0, Magento = 0.35, Yellow = 0.80 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 49 15 -
CMYK 0 0.35 0.80 0.71
HSL 34º 0.67% 0.18% -
HSV(B) 34º 0.8% 0.29% -
XYZ 4.09 3.73 0.96 -
YUV 52.9 106.61 143.76 -
System Red Green Blue C M Y K H S L
Decimal 75 49 15 0 0.35 0.80 0.71 34 0.67 0.18
Hex 4B 31 F 0 23 50 47 22 43 12
Octal 113 61 17 0 43 120 107 42 103 22
Binary 1001011 110001 1111 0 100011 1010000 1000111 100010 1000011 10010

Color Harmonies of #4B310F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B310F

Black with #4B310F

Text Example


Text Example

White with #4B310F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,49,15); }

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

background-color css

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

 a { background-color: rgb(75,49,15); }

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

border-color css

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

 span { border-color: rgb(75,49,15); }

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