Html Css Color HEX #C4852E Geebung

📋 copy color: '#C4852E'

red 196 ◦ green 133 ◦ blue 46

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

Shades of Geebung #C4852E

Tints of Geebung #C4852E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.47%

 BLUE value IS 46 (18.36% from 255) = 12.27%

R = 52.27%
G = 35.47%
B = 12.27%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#C4852E (or 0xC4852E) is known color: Geebung. HEX triplet: C4, 85 and 2E. RGB value is (196,133,46). Sum of RGB (Red+Green+Blue) = 196+133+46=375 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.27% from 375); Green value is 133 (52.34% from 255 or 35.47% from 375); Blue value is 46 (18.36% from 255 or 12.27% from 375); Max value from RGB is 196 - color contains mainly: red. Hex color #C4852E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4852E is #3B7AD1. Grayscale: #8E8E8E. Windows color (decimal): -3898066 or 3048900. OLE color: 3048900.

HSL color Cylindrical-coordinate representation of color #C4852E: hue angle of 34.8º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C4852E is Cyan = 0, Magento = 0.32, Yellow = 0.77 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 133 46 -
CMYK 0 0.32 0.77 0.23
HSL 34.8º 0.62% 0.47% -
HSV(B) 34.8º 0.77% 0.77% -
XYZ 31.65 28.71 6.46 -
YUV 141.92 73.87 166.57 -
System Red Green Blue C M Y K H S L
Decimal 196 133 46 0 0.32 0.77 0.23 34.8 0.62 0.47
Hex C4 85 2E 0 20 4D 17 23 3E 2F
Octal 304 205 56 0 40 115 27 43 76 57
Binary 11000100 10000101 101110 0 100000 1001101 10111 100011 111110 101111

Color Harmonies of #C4852E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4852E

Black with #C4852E

Text Example


Text Example

White with #C4852E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4852E; }

 p { color: rgb(196,133,46); }

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

background-color css

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

 a { background-color: rgb(196,133,46); }

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

border-color css

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

 span { border-color: rgb(196,133,46); }

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