Html Css Color HEX #C47B33 Golden Bell

📋 copy color: '#C47B33'

red 196 ◦ green 123 ◦ blue 51

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

Shades of Golden Bell #C47B33

Tints of Golden Bell #C47B33

RGB

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

 GREEN value IS 123 (48.44% from 255) = 33.24%

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

R = 52.97%
G = 33.24%
B = 13.78%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.74

 K value IS 0.23

RGB Variations

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

Color information

#C47B33 (or 0xC47B33) is known color: Golden Bell. HEX triplet: C4, 7B and 33. RGB value is (196,123,51). Sum of RGB (Red+Green+Blue) = 196+123+51=370 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.97% from 370); Green value is 123 (48.44% from 255 or 33.24% from 370); Blue value is 51 (20.31% from 255 or 13.78% from 370); Max value from RGB is 196 - color contains mainly: red. Hex color #C47B33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47B33 is #3B84CC. Grayscale: #888888. Windows color (decimal): -3900621 or 3374020. OLE color: 3374020.

HSL color Cylindrical-coordinate representation of color #C47B33: hue angle of 29.79º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C47B33 is Cyan = 0, Magento = 0.37, Yellow = 0.74 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 123 51 -
CMYK 0 0.37 0.74 0.23
HSL 29.79º 0.59% 0.48% -
HSV(B) 29.79º 0.74% 0.77% -
XYZ 30.45 26.14 6.57 -
YUV 136.62 79.68 170.35 -
System Red Green Blue C M Y K H S L
Decimal 196 123 51 0 0.37 0.74 0.23 29.79 0.59 0.48
Hex C4 7B 33 0 25 4A 17 1E 3B 30
Octal 304 173 63 0 45 112 27 36 73 60
Binary 11000100 1111011 110011 0 100101 1001010 10111 11110 111011 110000

Color Harmonies of #C47B33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47B33

Black with #C47B33

Text Example


Text Example

White with #C47B33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47B33; }

 p { color: rgb(196,123,51); }

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

background-color css

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

 a { background-color: rgb(196,123,51); }

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

border-color css

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

 span { border-color: rgb(196,123,51); }

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