Html Css Color HEX #4B3825 Clinker

📋 copy color: '#4B3825'

red 75 ◦ green 56 ◦ blue 37

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

Shades of Clinker #4B3825

Tints of Clinker #4B3825

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 22.02%

R = 44.64%
G = 33.33%
B = 22.02%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.51

 K value IS 0.71

RGB Variations

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

Color information

#4B3825 (or 0x4B3825) is known color: Clinker. HEX triplet: 4B, 38 and 25. RGB value is (75,56,37). Sum of RGB (Red+Green+Blue) = 75+56+37=168 (22% of max value = 765). Red value is 75 (29.69% from 255 or 44.64% from 168); Green value is 56 (22.27% from 255 or 33.33% from 168); Blue value is 37 (14.84% from 255 or 22.02% from 168); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3825 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B3825 is #B4C7DA. Grayscale: #3B3B3B. Windows color (decimal): -11847643 or 2439243. OLE color: 2439243.

HSL color Cylindrical-coordinate representation of color #4B3825: hue angle of 30º degrees, saturation: 0.34, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4B3825 is Cyan = 0, Magento = 0.25, Yellow = 0.51 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 56 37 -
CMYK 0 0.25 0.51 0.71
HSL 30º 0.34% 0.22% -
HSV(B) 30º 0.51% 0.29% -
XYZ 4.65 4.46 2.37 -
YUV 59.52 115.29 139.04 -
System Red Green Blue C M Y K H S L
Decimal 75 56 37 0 0.25 0.51 0.71 30 0.34 0.22
Hex 4B 38 25 0 19 33 47 1E 22 16
Octal 113 70 45 0 31 63 107 36 42 26
Binary 1001011 111000 100101 0 11001 110011 1000111 11110 100010 10110

Color Harmonies of #4B3825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B3825

Black with #4B3825

Text Example


Text Example

White with #4B3825

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,56,37); }

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

background-color css

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

 a { background-color: rgb(75,56,37); }

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

border-color css

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

 span { border-color: rgb(75,56,37); }

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