Html Css Color HEX #7B3521 Pueblo

📋 copy color: '#7B3521'

red 123 ◦ green 53 ◦ blue 33

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

Shades of Pueblo #7B3521

Tints of Pueblo #7B3521

RGB

 RED value IS 123 (48.44% from 255) = 58.85%

 GREEN value IS 53 (21.09% from 255) = 25.36%

 BLUE value IS 33 (13.28% from 255) = 15.79%

R = 58.85%
G = 25.36%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.73

 K value IS 0.52

RGB Variations

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

Color information

#7B3521 (or 0x7B3521) is known color: Pueblo. HEX triplet: 7B, 35 and 21. RGB value is (123,53,33). Sum of RGB (Red+Green+Blue) = 123+53+33=209 (27% of max value = 765). Red value is 123 (48.44% from 255 or 58.85% from 209); Green value is 53 (21.09% from 255 or 25.36% from 209); Blue value is 33 (13.28% from 255 or 15.79% from 209); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3521 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B3521 is #84CADE. Grayscale: #474747. Windows color (decimal): -8702687 or 2176379. OLE color: 2176379.

HSL color Cylindrical-coordinate representation of color #7B3521: hue angle of 13.33º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7B3521 is Cyan = 0, Magento = 0.57, Yellow = 0.73 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 53 33 -
CMYK 0 0.57 0.73 0.52
HSL 13.33º 0.58% 0.31% -
HSV(B) 13.33º 0.73% 0.48% -
XYZ 9.72 6.87 2.25 -
YUV 71.65 106.19 164.63 -
System Red Green Blue C M Y K H S L
Decimal 123 53 33 0 0.57 0.73 0.52 13.33 0.58 0.31
Hex 7B 35 21 0 39 49 34 D 3A 1F
Octal 173 65 41 0 71 111 64 15 72 37
Binary 1111011 110101 100001 0 111001 1001001 110100 1101 111010 11111

Color Harmonies of #7B3521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B3521

Black with #7B3521

Text Example


Text Example

White with #7B3521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7B3521; }

 p { color: rgb(123,53,33); }

 H1.HeaderClassName
 {
   color: #7B3521;
 }
 .AnyTagClassName
 {
   color: #7B3521;
 }
</style>

background-color css

<style>
 a { background-color: #7B3521; }

 a { background-color: rgb(123,53,33); }

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

border-color css

<style>
 span { border-color: #7B3521; }

 span { border-color: rgb(123,53,33); }

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