Html Css Color HEX #AF3023 Brown

📋 copy color: '#AF3023'

red 175 ◦ green 48 ◦ blue 35

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

Shades of Brown #AF3023

Tints of Brown #AF3023

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.6%

 BLUE value IS 35 (14.06% from 255) = 13.57%

R = 67.83%
G = 18.6%
B = 13.57%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.8

 K value IS 0.31

RGB Variations

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

Color information

#AF3023 (or 0xAF3023) is known color: Brown. HEX triplet: AF, 30 and 23. RGB value is (175,48,35). Sum of RGB (Red+Green+Blue) = 175+48+35=258 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.83% from 258); Green value is 48 (19.14% from 255 or 18.60% from 258); Blue value is 35 (14.06% from 255 or 13.57% from 258); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3023 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3023 is #50CFDC. Grayscale: #545454. Windows color (decimal): -5296093 or 2306223. OLE color: 2306223.

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

Color convert

RGB 175 48 35 -
CMYK 0 0.73 0.8 0.31
HSL 5.57º 0.67% 0.41% -
HSV(B) 5.57º 0.8% 0.69% -
XYZ 19.04 11.35 2.78 -
YUV 84.49 100.08 192.56 -
System Red Green Blue C M Y K H S L
Decimal 175 48 35 0 0.73 0.8 0.31 5.57 0.67 0.41
Hex AF 30 23 0 49 50 1F 6 43 29
Octal 257 60 43 0 111 120 37 6 103 51
Binary 10101111 110000 100011 0 1001001 1010000 11111 110 1000011 101001

Color Harmonies of #AF3023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3023

Black with #AF3023

Text Example


Text Example

White with #AF3023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3023; }

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

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

background-color css

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

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

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

border-color css

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

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

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