Html Css Color HEX #834433 Peanut

📋 copy color: '#834433'

red 131 ◦ green 68 ◦ blue 51

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

Shades of Peanut #834433

Tints of Peanut #834433

RGB

 RED value IS 131 (51.56% from 255) = 52.4%

 GREEN value IS 68 (26.95% from 255) = 27.2%

 BLUE value IS 51 (20.31% from 255) = 20.4%

R = 52.4%
G = 27.2%
B = 20.4%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.61

 K value IS 0.49

RGB Variations

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

Color information

#834433 (or 0x834433) is known color: Peanut. HEX triplet: 83, 44 and 33. RGB value is (131,68,51). Sum of RGB (Red+Green+Blue) = 131+68+51=250 (33% of max value = 765). Red value is 131 (51.56% from 255 or 52.4% from 250); Green value is 68 (26.95% from 255 or 27.2% from 250); Blue value is 51 (20.31% from 255 or 20.4% from 250); Max value from RGB is 131 - color contains mainly: red. Hex color #834433 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834433 is #7CBBCC. Grayscale: #555555. Windows color (decimal): -8174541 or 3359875. OLE color: 3359875.

HSL color Cylindrical-coordinate representation of color #834433: hue angle of 12.75º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #834433 is Cyan = 0, Magento = 0.48, Yellow = 0.61 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 68 51 -
CMYK 0 0.48 0.61 0.49
HSL 12.75º 0.44% 0.36% -
HSV(B) 12.75º 0.61% 0.51% -
XYZ 12.02 9.2 4.27 -
YUV 84.9 108.87 160.88 -
System Red Green Blue C M Y K H S L
Decimal 131 68 51 0 0.48 0.61 0.49 12.75 0.44 0.36
Hex 83 44 33 0 30 3D 31 D 2C 24
Octal 203 104 63 0 60 75 61 15 54 44
Binary 10000011 1000100 110011 0 110000 111101 110001 1101 101100 100100

Color Harmonies of #834433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834433

Black with #834433

Text Example


Text Example

White with #834433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834433; }

 p { color: rgb(131,68,51); }

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

background-color css

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

 a { background-color: rgb(131,68,51); }

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

border-color css

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

 span { border-color: rgb(131,68,51); }

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