Html Css Color HEX #834633 Paarl

📋 copy color: '#834633'

red 131 ◦ green 70 ◦ blue 51

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

Shades of Paarl #834633

Tints of Paarl #834633

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.78%

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

R = 51.98%
G = 27.78%
B = 20.24%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.61

 K value IS 0.49

RGB Variations

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

Color information

#834633 (or 0x834633) is known color: Paarl. HEX triplet: 83, 46 and 33. RGB value is (131,70,51). Sum of RGB (Red+Green+Blue) = 131+70+51=252 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.98% from 252); Green value is 70 (27.73% from 255 or 27.78% from 252); Blue value is 51 (20.31% from 255 or 20.24% from 252); Max value from RGB is 131 - color contains mainly: red. Hex color #834633 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834633 is #7CB9CC. Grayscale: #565656. Windows color (decimal): -8174029 or 3360387. OLE color: 3360387.

HSL color Cylindrical-coordinate representation of color #834633: hue angle of 14.25º 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 #834633 is Cyan = 0, Magento = 0.47, Yellow = 0.61 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 70 51 -
CMYK 0 0.47 0.61 0.49
HSL 14.25º 0.44% 0.36% -
HSV(B) 14.25º 0.61% 0.51% -
XYZ 12.15 9.44 4.31 -
YUV 86.07 108.21 160.04 -
System Red Green Blue C M Y K H S L
Decimal 131 70 51 0 0.47 0.61 0.49 14.25 0.44 0.36
Hex 83 46 33 0 2F 3D 31 E 2C 24
Octal 203 106 63 0 57 75 61 16 54 44
Binary 10000011 1000110 110011 0 101111 111101 110001 1110 101100 100100

Color Harmonies of #834633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834633

Black with #834633

Text Example


Text Example

White with #834633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834633; }

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

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

background-color css

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

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

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

border-color css

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

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

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