Html Css Color HEX #C4833D Golden Bell

📋 copy color: '#C4833D'

red 196 ◦ green 131 ◦ blue 61

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

Shades of Golden Bell #C4833D

Tints of Golden Bell #C4833D

RGB

 RED value IS 196 (76.95% from 255) = 50.52%

 GREEN value IS 131 (51.56% from 255) = 33.76%

 BLUE value IS 61 (24.22% from 255) = 15.72%

R = 50.52%
G = 33.76%
B = 15.72%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.69

 K value IS 0.23

RGB Variations

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

Color information

#C4833D (or 0xC4833D) is known color: Golden Bell. HEX triplet: C4, 83 and 3D. RGB value is (196,131,61). Sum of RGB (Red+Green+Blue) = 196+131+61=388 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.52% from 388); Green value is 131 (51.56% from 255 or 33.76% from 388); Blue value is 61 (24.22% from 255 or 15.72% from 388); Max value from RGB is 196 - color contains mainly: red. Hex color #C4833D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4833D is #3B7CC2. Grayscale: #8E8E8E. Windows color (decimal): -3898563 or 4031428. OLE color: 4031428.

HSL color Cylindrical-coordinate representation of color #C4833D: hue angle of 31.11º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C4833D is Cyan = 0, Magento = 0.33, Yellow = 0.69 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 131 61 -
CMYK 0 0.33 0.69 0.23
HSL 31.11º 0.53% 0.5% -
HSV(B) 31.11º 0.69% 0.77% -
XYZ 31.72 28.31 8.21 -
YUV 142.46 82.03 166.19 -
System Red Green Blue C M Y K H S L
Decimal 196 131 61 0 0.33 0.69 0.23 31.11 0.53 0.5
Hex C4 83 3D 0 21 45 17 1F 35 32
Octal 304 203 75 0 41 105 27 37 65 62
Binary 11000100 10000011 111101 0 100001 1000101 10111 11111 110101 110010

Color Harmonies of #C4833D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4833D

Black with #C4833D

Text Example


Text Example

White with #C4833D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4833D; }

 p { color: rgb(196,131,61); }

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

background-color css

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

 a { background-color: rgb(196,131,61); }

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

border-color css

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

 span { border-color: rgb(196,131,61); }

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