Html Css Color HEX #C48F34 Hokey Pokey

📋 copy color: '#C48F34'

red 196 ◦ green 143 ◦ blue 52

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

Shades of Hokey Pokey #C48F34

Tints of Hokey Pokey #C48F34

RGB

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

 GREEN value IS 143 (56.25% from 255) = 36.57%

 BLUE value IS 52 (20.7% from 255) = 13.3%

R = 50.13%
G = 36.57%
B = 13.3%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.73

 K value IS 0.23

RGB Variations

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

Color information

#C48F34 (or 0xC48F34) is known color: Hokey Pokey. HEX triplet: C4, 8F and 34. RGB value is (196,143,52). Sum of RGB (Red+Green+Blue) = 196+143+52=391 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.13% from 391); Green value is 143 (56.25% from 255 or 36.57% from 391); Blue value is 52 (20.70% from 255 or 13.30% from 391); Max value from RGB is 196 - color contains mainly: red. Hex color #C48F34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48F34 is #3B70CB. Grayscale: #949494. Windows color (decimal): -3895500 or 3444676. OLE color: 3444676.

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

Color convert

RGB 196 143 52 -
CMYK 0 0.27 0.73 0.23
HSL 37.92º 0.58% 0.49% -
HSV(B) 37.92º 0.73% 0.77% -
XYZ 33.21 31.63 7.6 -
YUV 148.47 73.56 161.9 -
System Red Green Blue C M Y K H S L
Decimal 196 143 52 0 0.27 0.73 0.23 37.92 0.58 0.49
Hex C4 8F 34 0 1B 49 17 26 3A 31
Octal 304 217 64 0 33 111 27 46 72 61
Binary 11000100 10001111 110100 0 11011 1001001 10111 100110 111010 110001

Color Harmonies of #C48F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48F34

Black with #C48F34

Text Example


Text Example

White with #C48F34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48F34; }

 p { color: rgb(196,143,52); }

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

background-color css

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

 a { background-color: rgb(196,143,52); }

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

border-color css

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

 span { border-color: rgb(196,143,52); }

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