Html Css Color HEX #AF3330 Brown

📋 copy color: '#AF3330'

red 175 ◦ green 51 ◦ blue 48

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

Shades of Brown #AF3330

Tints of Brown #AF3330

RGB

 RED value IS 175 (68.75% from 255) = 63.87%

 GREEN value IS 51 (20.31% from 255) = 18.61%

 BLUE value IS 48 (19.14% from 255) = 17.52%

R = 63.87%
G = 18.61%
B = 17.52%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#AF3330 (or 0xAF3330) is known color: Brown. HEX triplet: AF, 33 and 30. RGB value is (175,51,48). Sum of RGB (Red+Green+Blue) = 175+51+48=274 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.87% from 274); Green value is 51 (20.31% from 255 or 18.61% from 274); Blue value is 48 (19.14% from 255 or 17.52% from 274); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3330 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3330 is #50CCCF. Grayscale: #575757. Windows color (decimal): -5295312 or 3158959. OLE color: 3158959.

HSL color Cylindrical-coordinate representation of color #AF3330: hue angle of 1.42º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AF3330 is Cyan = 0, Magento = 0.71, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 51 48 -
CMYK 0 0.71 0.73 0.31
HSL 1.42º 0.57% 0.44% -
HSV(B) 1.42º 0.73% 0.69% -
XYZ 19.4 11.7 4.03 -
YUV 87.73 105.58 190.24 -
System Red Green Blue C M Y K H S L
Decimal 175 51 48 0 0.71 0.73 0.31 1.42 0.57 0.44
Hex AF 33 30 0 47 49 1F 1 39 2C
Octal 257 63 60 0 107 111 37 1 71 54
Binary 10101111 110011 110000 0 1000111 1001001 11111 1 111001 101100

Color Harmonies of #AF3330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3330

Black with #AF3330

Text Example


Text Example

White with #AF3330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3330; }

 p { color: rgb(175,51,48); }

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

background-color css

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

 a { background-color: rgb(175,51,48); }

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

border-color css

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

 span { border-color: rgb(175,51,48); }

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