Html Css Color HEX #C3871E Geebung

📋 copy color: '#C3871E'

red 195 ◦ green 135 ◦ blue 30

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

Shades of Geebung #C3871E

Tints of Geebung #C3871E

RGB

 RED value IS 195 (76.56% from 255) = 54.17%

 GREEN value IS 135 (53.13% from 255) = 37.5%

 BLUE value IS 30 (12.11% from 255) = 8.33%

R = 54.17%
G = 37.5%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#C3871E (or 0xC3871E) is known color: Geebung. HEX triplet: C3, 87 and 1E. RGB value is (195,135,30). Sum of RGB (Red+Green+Blue) = 195+135+30=360 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.17% from 360); Green value is 135 (53.12% from 255 or 37.5% from 360); Blue value is 30 (12.11% from 255 or 8.33% from 360); Max value from RGB is 195 - color contains mainly: red. Hex color #C3871E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3871E is #3C78E1. Grayscale: #8D8D8D. Windows color (decimal): -3963106 or 2000835. OLE color: 2000835.

HSL color Cylindrical-coordinate representation of color #C3871E: hue angle of 38.18º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C3871E is Cyan = 0, Magento = 0.31, Yellow = 0.85 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 135 30 -
CMYK 0 0.31 0.85 0.24
HSL 38.18º 0.73% 0.44% -
HSV(B) 38.18º 0.85% 0.76% -
XYZ 31.4 29.02 5.18 -
YUV 140.97 65.38 166.54 -
System Red Green Blue C M Y K H S L
Decimal 195 135 30 0 0.31 0.85 0.24 38.18 0.73 0.44
Hex C3 87 1E 0 1F 55 18 26 49 2C
Octal 303 207 36 0 37 125 30 46 111 54
Binary 11000011 10000111 11110 0 11111 1010101 11000 100110 1001001 101100

Color Harmonies of #C3871E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3871E

Black with #C3871E

Text Example


Text Example

White with #C3871E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3871E; }

 p { color: rgb(195,135,30); }

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

background-color css

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

 a { background-color: rgb(195,135,30); }

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

border-color css

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

 span { border-color: rgb(195,135,30); }

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