Html Css Color HEX #4B3717 Clinker

📋 copy color: '#4B3717'

red 75 ◦ green 55 ◦ blue 23

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

Shades of Clinker #4B3717

Tints of Clinker #4B3717

RGB

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

 GREEN value IS 55 (21.88% from 255) = 35.95%

 BLUE value IS 23 (9.38% from 255) = 15.03%

R = 49.02%
G = 35.95%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.69

 K value IS 0.71

RGB Variations

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

Color information

#4B3717 (or 0x4B3717) is known color: Clinker. HEX triplet: 4B, 37 and 17. RGB value is (75,55,23). Sum of RGB (Red+Green+Blue) = 75+55+23=153 (20% of max value = 765). Red value is 75 (29.69% from 255 or 49.02% from 153); Green value is 55 (21.88% from 255 or 35.95% from 153); Blue value is 23 (9.38% from 255 or 15.03% from 153); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3717 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B3717 is #B4C8E8. Grayscale: #393939. Windows color (decimal): -11847913 or 1521483. OLE color: 1521483.

HSL color Cylindrical-coordinate representation of color #4B3717: hue angle of 36.92º degrees, saturation: 0.53, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4B3717 is Cyan = 0, Magento = 0.27, Yellow = 0.69 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 55 23 -
CMYK 0 0.27 0.69 0.71
HSL 36.92º 0.53% 0.19% -
HSV(B) 36.92º 0.69% 0.29% -
XYZ 4.42 4.29 1.41 -
YUV 57.33 108.63 140.6 -
System Red Green Blue C M Y K H S L
Decimal 75 55 23 0 0.27 0.69 0.71 36.92 0.53 0.19
Hex 4B 37 17 0 1B 45 47 25 35 13
Octal 113 67 27 0 33 105 107 45 65 23
Binary 1001011 110111 10111 0 11011 1000101 1000111 100101 110101 10011

Color Harmonies of #4B3717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B3717

Black with #4B3717

Text Example


Text Example

White with #4B3717

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,55,23); }

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

background-color css

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

 a { background-color: rgb(75,55,23); }

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

border-color css

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

 span { border-color: rgb(75,55,23); }

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