Html Css Color HEX #C4851B Geebung

📋 copy color: '#C4851B'

red 196 ◦ green 133 ◦ blue 27

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

Shades of Geebung #C4851B

Tints of Geebung #C4851B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.58%

R = 55.06%
G = 37.36%
B = 7.58%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C4851B (or 0xC4851B) is known color: Geebung. HEX triplet: C4, 85 and 1B. RGB value is (196,133,27). Sum of RGB (Red+Green+Blue) = 196+133+27=356 (47% of max value = 765). Red value is 196 (76.95% from 255 or 55.06% from 356); Green value is 133 (52.34% from 255 or 37.36% from 356); Blue value is 27 (10.94% from 255 or 7.58% from 356); Max value from RGB is 196 - color contains mainly: red. Hex color #C4851B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4851B is #3B7AE4. Grayscale: #8C8C8C. Windows color (decimal): -3898085 or 1803716. OLE color: 1803716.

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

Color convert

RGB 196 133 27 -
CMYK 0 0.32 0.86 0.23
HSL 37.63º 0.76% 0.44% -
HSV(B) 37.63º 0.86% 0.77% -
XYZ 31.35 28.59 4.9 -
YUV 139.75 64.37 168.12 -
System Red Green Blue C M Y K H S L
Decimal 196 133 27 0 0.32 0.86 0.23 37.63 0.76 0.44
Hex C4 85 1B 0 20 56 17 26 4C 2C
Octal 304 205 33 0 40 126 27 46 114 54
Binary 11000100 10000101 11011 0 100000 1010110 10111 100110 1001100 101100

Color Harmonies of #C4851B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4851B

Black with #C4851B

Text Example


Text Example

White with #C4851B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4851B; }

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

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

background-color css

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

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

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

border-color css

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

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

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