Html Css Color HEX #C38427 Geebung

📋 copy color: '#C38427'

red 195 ◦ green 132 ◦ blue 39

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

Shades of Geebung #C38427

Tints of Geebung #C38427

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.07%

 BLUE value IS 39 (15.63% from 255) = 10.66%

R = 53.28%
G = 36.07%
B = 10.66%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#C38427 (or 0xC38427) is known color: Geebung. HEX triplet: C3, 84 and 27. RGB value is (195,132,39). Sum of RGB (Red+Green+Blue) = 195+132+39=366 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.28% from 366); Green value is 132 (51.95% from 255 or 36.07% from 366); Blue value is 39 (15.62% from 255 or 10.66% from 366); Max value from RGB is 195 - color contains mainly: red. Hex color #C38427 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38427 is #3C7BD8. Grayscale: #8C8C8C. Windows color (decimal): -3963865 or 2589891. OLE color: 2589891.

HSL color Cylindrical-coordinate representation of color #C38427: hue angle of 35.77º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C38427 is Cyan = 0, Magento = 0.32, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 132 39 -
CMYK 0 0.32 0.80 0.24
HSL 35.77º 0.67% 0.46% -
HSV(B) 35.77º 0.8% 0.76% -
XYZ 31.12 28.25 5.73 -
YUV 140.24 70.87 167.06 -
System Red Green Blue C M Y K H S L
Decimal 195 132 39 0 0.32 0.80 0.24 35.77 0.67 0.46
Hex C3 84 27 0 20 50 18 24 43 2E
Octal 303 204 47 0 40 120 30 44 103 56
Binary 11000011 10000100 100111 0 100000 1010000 11000 100100 1000011 101110

Color Harmonies of #C38427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38427

Black with #C38427

Text Example


Text Example

White with #C38427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38427; }

 p { color: rgb(195,132,39); }

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

background-color css

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

 a { background-color: rgb(195,132,39); }

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

border-color css

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

 span { border-color: rgb(195,132,39); }

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