Html Css Color HEX #27423A Burnham

📋 copy color: '#27423A'

red 39 ◦ green 66 ◦ blue 58

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

Shades of Burnham #27423A

Tints of Burnham #27423A

RGB

 RED value IS 39 (15.63% from 255) = 23.93%

 GREEN value IS 66 (26.17% from 255) = 40.49%

 BLUE value IS 58 (23.05% from 255) = 35.58%

R = 23.93%
G = 40.49%
B = 35.58%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.12

 K value IS 0.74

RGB Variations

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

Color information

#27423A (or 0x27423A) is known color: Burnham. HEX triplet: 27, 42 and 3A. RGB value is (39,66,58). Sum of RGB (Red+Green+Blue) = 39+66+58=163 (21% of max value = 765). Red value is 39 (15.62% from 255 or 23.93% from 163); Green value is 66 (26.17% from 255 or 40.49% from 163); Blue value is 58 (23.05% from 255 or 35.58% from 163); Max value from RGB is 66 - color contains mainly: green. Hex color #27423A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27423A is #D8BDC5. Grayscale: #393939. Windows color (decimal): -14204358 or 3818023. OLE color: 3818023.

HSL color Cylindrical-coordinate representation of color #27423A: hue angle of 162.22º degrees, saturation: 0.26, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #27423A is Cyan = 0.41, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.74.

Color convert

RGB 39 66 58 -
CMYK 0.41 0 0.12 0.74
HSL 162.22º 0.26% 0.21% -
HSV(B) 162.22º 0.41% 0.26% -
XYZ 3.55 4.63 4.71 -
YUV 57.02 128.55 115.15 -
System Red Green Blue C M Y K H S L
Decimal 39 66 58 0.41 0 0.12 0.74 162.22 0.26 0.21
Hex 27 42 3A 29 0 C 4A A2 1A 15
Octal 47 102 72 51 0 14 112 242 32 25
Binary 100111 1000010 111010 101001 0 1100 1001010 10100010 11010 10101

Color Harmonies of #27423A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27423A

Black with #27423A

Text Example


Text Example

White with #27423A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27423A; }

 p { color: rgb(39,66,58); }

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

background-color css

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

 a { background-color: rgb(39,66,58); }

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

border-color css

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

 span { border-color: rgb(39,66,58); }

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