Html Css Color HEX #825F23 Hot Curry

📋 copy color: '#825F23'

red 130 ◦ green 95 ◦ blue 35

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

Shades of Hot Curry #825F23

Tints of Hot Curry #825F23

RGB

 RED value IS 130 (51.17% from 255) = 50%

 GREEN value IS 95 (37.5% from 255) = 36.54%

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

R = 50%
G = 36.54%
B = 13.46%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.73

 K value IS 0.49

RGB Variations

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

Color information

#825F23 (or 0x825F23) is known color: Hot Curry. HEX triplet: 82, 5F and 23. RGB value is (130,95,35). Sum of RGB (Red+Green+Blue) = 130+95+35=260 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50% from 260); Green value is 95 (37.5% from 255 or 36.54% from 260); Blue value is 35 (14.06% from 255 or 13.46% from 260); Max value from RGB is 130 - color contains mainly: red. Hex color #825F23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825F23 is #7DA0DC. Grayscale: #626262. Windows color (decimal): -8233181 or 2318210. OLE color: 2318210.

HSL color Cylindrical-coordinate representation of color #825F23: hue angle of 37.89º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #825F23 is Cyan = 0, Magento = 0.27, Yellow = 0.73 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 95 35 -
CMYK 0 0.27 0.73 0.49
HSL 37.89º 0.58% 0.32% -
HSV(B) 37.89º 0.73% 0.51% -
XYZ 13.6 13.05 3.39 -
YUV 98.63 92.1 150.38 -
System Red Green Blue C M Y K H S L
Decimal 130 95 35 0 0.27 0.73 0.49 37.89 0.58 0.32
Hex 82 5F 23 0 1B 49 31 26 3A 20
Octal 202 137 43 0 33 111 61 46 72 40
Binary 10000010 1011111 100011 0 11011 1001001 110001 100110 111010 100000

Color Harmonies of #825F23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825F23

Black with #825F23

Text Example


Text Example

White with #825F23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825F23; }

 p { color: rgb(130,95,35); }

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

background-color css

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

 a { background-color: rgb(130,95,35); }

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

border-color css

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

 span { border-color: rgb(130,95,35); }

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