Html Css Color HEX #C9862B Geebung

📋 copy color: '#C9862B'

red 201 ◦ green 134 ◦ blue 43

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

Shades of Geebung #C9862B

Tints of Geebung #C9862B

RGB

 RED value IS 201 (78.91% from 255) = 53.17%

 GREEN value IS 134 (52.73% from 255) = 35.45%

 BLUE value IS 43 (17.19% from 255) = 11.38%

R = 53.17%
G = 35.45%
B = 11.38%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.79

 K value IS 0.21

RGB Variations

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

Color information

#C9862B (or 0xC9862B) is known color: Geebung. HEX triplet: C9, 86 and 2B. RGB value is (201,134,43). Sum of RGB (Red+Green+Blue) = 201+134+43=378 (50% of max value = 765). Red value is 201 (78.91% from 255 or 53.17% from 378); Green value is 134 (52.73% from 255 or 35.45% from 378); Blue value is 43 (17.19% from 255 or 11.38% from 378); Max value from RGB is 201 - color contains mainly: red. Hex color #C9862B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9862B is #3679D4. Grayscale: #909090. Windows color (decimal): -3570133 or 2852553. OLE color: 2852553.

HSL color Cylindrical-coordinate representation of color #C9862B: hue angle of 34.56º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C9862B is Cyan = 0, Magento = 0.33, Yellow = 0.79 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 134 43 -
CMYK 0 0.33 0.79 0.21
HSL 34.56º 0.65% 0.48% -
HSV(B) 34.56º 0.79% 0.79% -
XYZ 33.05 29.64 6.27 -
YUV 143.66 71.2 168.9 -
System Red Green Blue C M Y K H S L
Decimal 201 134 43 0 0.33 0.79 0.21 34.56 0.65 0.48
Hex C9 86 2B 0 21 4F 15 23 41 30
Octal 311 206 53 0 41 117 25 43 101 60
Binary 11001001 10000110 101011 0 100001 1001111 10101 100011 1000001 110000

Color Harmonies of #C9862B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9862B

Black with #C9862B

Text Example


Text Example

White with #C9862B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9862B; }

 p { color: rgb(201,134,43); }

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

background-color css

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

 a { background-color: rgb(201,134,43); }

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

border-color css

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

 span { border-color: rgb(201,134,43); }

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